Class UnsupportedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.torque.generator.option.UnsupportedOptionException
- All Implemented Interfaces:
Serializable
An exception which is thrown if an option is not supported
or contains an unacceptable value.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedOptionException(String message) Constructs an UnsupportedOptionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOptionException
Constructs an UnsupportedOptionException.- Parameters:
message- the message for this Exception
-