|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.p13n.controls.exceptions.P13nControlException
Class to represent all Exceptions thrown by the Portal controls. It wraps all
exceptions thrown by the underlying implementation classes.
The underlying Exception class may be retrieved by using the getCause() method.
To print the exception stack trace, add this to your debug.properties file
in your domain directory:
usePackageNames: on p13nControls.exceptions.P13nControlException: on
Debug
,
Throwable
,
Serialized FormConstructor Summary | |
P13nControlException(String message)
Constructor |
|
P13nControlException(String message,
Throwable cause)
Constructor |
|
P13nControlException(Throwable cause)
Constructor |
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 P13nControlException(String message)
public P13nControlException(String message, Throwable cause)
public P13nControlException(Throwable cause)
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |