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