Interface Exceptions


  • @ExceptionWrapper(idPrefix="GMBALTLIB",
                      resourceBundle="org.glassfish.gmbal.logex.LogStrings")
    public interface Exceptions
    • Method Detail

      • internalTypeEvaluatorError

        @Message("Internal error in TypeEvaluator")
        @Log(id=1)
        java.lang.IllegalStateException internalTypeEvaluatorError​(@Chain
                                                                   java.lang.Exception exc)
      • evaluateTypeCalledWithMethod

        @Message("evaluateType should not be called with a Method ({0})")
        @Log(id=2)
        java.lang.IllegalArgumentException evaluateTypeCalledWithMethod​(java.lang.Object type)
      • evaluateTypeCalledWithUnknownType

        @Message("evaluateType should not be called with an unknown type ({0})")
        @Log(id=3)
        java.lang.IllegalArgumentException evaluateTypeCalledWithUnknownType​(java.lang.Object type)
      • multipleUpperBoundsNotSupported

        @Message("Multiple upper bounds not supported on {0}")
        @Log(id=4)
        java.lang.UnsupportedOperationException multipleUpperBoundsNotSupported​(java.lang.Object type)
      • listsNotTheSameLengthInParamType

        @Message("Type list and TypeVariable list are not the same length for {0}")
        @Log(id=5)
        java.lang.IllegalArgumentException listsNotTheSameLengthInParamType​(java.lang.reflect.ParameterizedType pt)
      • errorInTypeEval

        @Message("Error thrown from getEvaluatedType for class {0}")
        @Log(id=6,
             level=SEVERE)
        java.lang.IllegalStateException errorInTypeEval​(java.lang.Class cls,
                                                        @Chain
                                                        java.lang.Error err)