|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.torque.TorqueRuntimeException
public class TorqueRuntimeException
This is the base class of all non-checked exceptions in Torque.
Constructor Summary | |
---|---|
TorqueRuntimeException()
Constructs a new TorqueRuntimeException without specified
detail message. |
|
TorqueRuntimeException(String msg)
Constructs a new TorqueRuntimeException with specified
detail message. |
|
TorqueRuntimeException(String msg,
Throwable nested)
Constructs a new TorqueRuntimeException with specified
detail message and nested Throwable . |
|
TorqueRuntimeException(Throwable nested)
Constructs a new TorqueRuntimeException with specified
nested Throwable . |
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 TorqueRuntimeException()
TorqueRuntimeException
without specified
detail message.
public TorqueRuntimeException(String msg)
TorqueRuntimeException
with specified
detail message.
msg
- the error message.public TorqueRuntimeException(Throwable nested)
TorqueRuntimeException
with specified
nested Throwable
.
nested
- the exception or error that caused this exception
to be thrown.public TorqueRuntimeException(String msg, Throwable nested)
TorqueRuntimeException
with specified
detail message and nested Throwable
.
msg
- the error message.nested
- the exception or error that caused this exception
to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |