|
|||||||||||
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.portals.applications.transform.TransformException
TransformException
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
TransformException()
Constructs a new TransformException without specified detail
message. |
|
TransformException(String msg)
Constructs a new TransformException with specified detail
message. |
|
TransformException(String msg,
Throwable nested)
Constructs a new TransformException with specified detail
message and nested Throwable . |
|
TransformException(Throwable nested)
Constructs a new TransformException with specified nested
Throwable . |
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 TransformException()
TransformException
without specified detail
message.
public TransformException(String msg)
TransformException
with specified detail
message.
msg
- the error message.public TransformException(Throwable nested)
TransformException
with specified nested
Throwable
.
nested
- the exception or error that caused this exception
to be thrown.public TransformException(String msg, Throwable nested)
TransformException
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 |