|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.torque.generator.GeneratorException
org.apache.torque.generator.control.ControllerException
public class ControllerException
This Exception is thrown when an error occurs within the Controller of the Torque Generator.
Constructor Summary | |
---|---|
ControllerException()
Constructs 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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ControllerException()
Exception.Exception()
public ControllerException(String message)
message
- the error messageException.Exception(java.lang.String)
public ControllerException(Throwable cause)
cause
- The exception to wrap. May be null.Exception.Exception(java.lang.Throwable)
public ControllerException(String message, Throwable cause)
message
- The error message.cause
- The exception to wrap, may be null.Exception.Exception(java.lang.String, java.lang.Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |