|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.emframe.dev.PluginException
com.novell.emframe.dev.BookException
Used only by the book framework. Page developers should throw PageException.
| Constructor Summary | |
BookException(java.lang.Exception e)
Constructs a BookException with a root exception to allow default error handling. |
|
BookException(java.lang.String header,
java.lang.String body)
Constructs a BookException with a header and body of the message. |
|
| Methods inherited from class com.novell.emframe.dev.PluginException |
getBody, getBoldText, getErrorCode, getException, getHeader, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 BookException(java.lang.Exception e)
e - - Allow default error handling to take place; SPI and Namespace exceptions will show nice error message;
Others will show system error and stacktrace (in a details button)public BookException(java.lang.String header,
java.lang.String body)
header - String containing the header of error messagebody - String containing the body of error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||