com.plumtree.openfoundation.util
Class XPArithmeticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.openfoundation.util.XPException
                  extended bycom.plumtree.openfoundation.util.XPArithmeticException
All Implemented Interfaces:
java.io.Serializable

public class XPArithmeticException
extends XPException

Thrown when an exceptional arithmetic condition has occurred. For example, an integer "divide by zero" throws an instance of this class.

Author:
unascribed
See Also:
Serialized Form

Constructor Summary
XPArithmeticException()
          Constructs an XPArithmeticException with no detail message.
XPArithmeticException(java.lang.String message)
          Constructs an XPArithmeticException with the specified detail message.
XPArithmeticException(java.lang.String message, java.lang.Throwable e)
          Constructs an wrapper XPArithmeticException with the specified Exception.
XPArithmeticException(java.lang.Throwable e)
          Constructs an wrapper XPArithmeticException with the specified Exception.
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPArithmeticException

public XPArithmeticException()
Constructs an XPArithmeticException with no detail message.


XPArithmeticException

public XPArithmeticException(java.lang.String message)
Constructs an XPArithmeticException with the specified detail message.

Parameters:
message - the detail message.

XPArithmeticException

public XPArithmeticException(java.lang.Throwable e)
Constructs an wrapper XPArithmeticException with the specified Exception.

Parameters:
e - the Exception.

XPArithmeticException

public XPArithmeticException(java.lang.String message,
                             java.lang.Throwable e)
Constructs an wrapper XPArithmeticException with the specified Exception.

Parameters:
message - the detail message.
e - the Exception.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.