com.plumtree.openfoundation.util
Class XPArrayTypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.util.XPArrayTypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class XPArrayTypeMismatchException
extends XPException

ArrayTypeMismatchException is thrown when the system cannot convert the element to the type declared for the array. For example, an element of type String cannot be stored in an integer array because conversion between these types is not supported. It is generally unnecessary for applications to throw this exception.

See Also:
Serialized Form

Constructor Summary
XPArrayTypeMismatchException()
          Constructs an XPArrayTypeMismatchException with no detail message.
XPArrayTypeMismatchException(java.lang.String message)
          Constructs an XPArrayTypeMismatchException with the specified detail message.
XPArrayTypeMismatchException(java.lang.String message, java.lang.Throwable e)
          Constructs an wrapper XPArrayTypeMismatchException with the specified Exception.
XPArrayTypeMismatchException(java.lang.Throwable e)
          Constructs an wrapper XPArrayTypeMismatchException with the specified Exception.
 
Method Summary
 
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

XPArrayTypeMismatchException

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


XPArrayTypeMismatchException

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

Parameters:
message - the detail message.

XPArrayTypeMismatchException

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

Parameters:
e - the Exception.

XPArrayTypeMismatchException

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

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


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