Klasse ControllerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.torque.generator.GeneratorException
org.apache.torque.generator.control.ControllerException
- Alle implementierten Schnittstellen:
Serializable
This Exception is thrown when an error occurs within the Controller of
the Torque Generator.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a ConfigurationException without error message.ControllerException
(String message) Constructs a ConfigurationException with the given error message.ControllerException
(String message, Throwable cause) Constructs a ControllerException which wraps another exception, and which has its own error message.ControllerException
(Throwable cause) Constructs a ControllerException which wraps another exception. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ControllerException
public ControllerException()Constructs a ConfigurationException without error message.- Siehe auch:
-
ControllerException
Constructs a ConfigurationException with the given error message.- Parameter:
message
- the error message- Siehe auch:
-
ControllerException
Constructs a ControllerException which wraps another exception.- Parameter:
cause
- The exception to wrap. May be null.- Siehe auch:
-
ControllerException
Constructs a ControllerException which wraps another exception, and which has its own error message.- Parameter:
message
- The error message.cause
- The exception to wrap, may be null.- Siehe auch:
-