com.novell.emframe.dev
Class FatalPageException

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

public class FatalPageException
extends PageException

Fatal Exception generated by PropertyBookPage objects.

See Also:
Serialized Form

Constructor Summary
FatalPageException(java.lang.String header, java.lang.String body)
          Constructs an exception with only a header and body.
 
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

FatalPageException

public FatalPageException(java.lang.String header,
                          java.lang.String body)
Constructs an exception with only a header and body.

Parameters:
header - If header is null; the header will just be "Error"
body - Example: "{0} is not a valid user"


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.