Class StandardException.BadMessageArgumentException

java.lang.Object
java.lang.Throwable
org.apache.derby.iapi.error.StandardException.BadMessageArgumentException
All Implemented Interfaces:
Serializable
Enclosing class:
StandardException

public static class StandardException.BadMessageArgumentException extends Throwable
Dummy exception to catch incorrect use of StandardException.newException(), at compile-time. If you get a compilation error because this exception isn't caught, it means that you are using StandardException.newException(...) incorrectly. The nested exception should always be the second argument.
See Also:
  • Constructor Details

    • BadMessageArgumentException

      public BadMessageArgumentException()