Package org.apache.derby.iapi.error
Class StandardException.BadMessageArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- org.apache.derby.iapi.error.StandardException.BadMessageArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- StandardException
public static class StandardException.BadMessageArgumentException extends java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description BadMessageArgumentException()
-