Package org.glassfish.gmbal.typelib
Interface Exceptions
@ExceptionWrapper(idPrefix="GMBALTLIB",
resourceBundle="org.glassfish.gmbal.logex.LogStrings")
public interface Exceptions
- Author:
- ken
-
Field Summary
Fields -
Method Summary
-
Field Details
-
self
-
EXCEPTIONS_PER_CLASS
static final int EXCEPTIONS_PER_CLASS- See Also:
-
TYPE_EVALUATOR_START
static final int TYPE_EVALUATOR_START- See Also:
-
-
Method Details
-
internalTypeEvaluatorError
-
evaluateTypeCalledWithMethod
@Message("evaluateType should not be called with a Method ({0})") @Log(id=2) IllegalArgumentException evaluateTypeCalledWithMethod(Object type) -
evaluateTypeCalledWithUnknownType
@Message("evaluateType should not be called with an unknown type ({0})") @Log(id=3) IllegalArgumentException evaluateTypeCalledWithUnknownType(Object type) -
multipleUpperBoundsNotSupported
@Message("Multiple upper bounds not supported on {0}") @Log(id=4) UnsupportedOperationException multipleUpperBoundsNotSupported(Object type) -
listsNotTheSameLengthInParamType
@Message("Type list and TypeVariable list are not the same length for {0}") @Log(id=5) IllegalArgumentException listsNotTheSameLengthInParamType(ParameterizedType pt) -
errorInTypeEval
-