Interface Exceptions


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

  • Method Details

    • internalTypeEvaluatorError

      @Message("Internal error in TypeEvaluator") @Log(id=1) IllegalStateException internalTypeEvaluatorError(@Chain Exception exc)
    • 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

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