com.novell.emframe.dev
Class BookException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.emframe.dev.PluginException
              extended bycom.novell.emframe.dev.BookException
All Implemented Interfaces:
java.io.Serializable

public class BookException
extends PluginException

Used only by the book framework. Page developers should throw PageException.

See Also:
Serialized Form

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

BookException

public BookException(java.lang.Exception e)
Constructs a BookException with a root exception to allow default error handling.

Parameters:
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)

BookException

public BookException(java.lang.String header,
                     java.lang.String body)
Constructs a BookException with a header and body of the message.

Parameters:
header - String containing the header of error message
body - String containing the body of error message


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.