JADE v6.1

com.dautelle.xml
Class ConstructorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.dautelle.xml.ConstructorException
All Implemented Interfaces:
java.io.Serializable

public class ConstructorException
extends java.lang.RuntimeException

Signals that a problem of some sort has occurred when creating an object from its XML representation.

Version:
4.0, February 29, 2003
Author:
Jean-Marie Dautelle
See Also:
Constructor, Serialized Form

Constructor Summary
ConstructorException()
          Constructs a ConstructorException with no detail message.
ConstructorException(java.lang.String message)
          Constructs a ConstructorException with the specified detail message.
ConstructorException(java.lang.String message, java.lang.Throwable cause)
          Constructs a ConstructorException with the specified detail message and cause.
ConstructorException(java.lang.Throwable cause)
          Constructs a ConstructorException with the specified cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ConstructorException

public ConstructorException()
Constructs a ConstructorException with no detail message.


ConstructorException

public ConstructorException(java.lang.String message)
Constructs a ConstructorException with the specified detail message.

Parameters:
message - the detail message.

ConstructorException

public ConstructorException(java.lang.String message,
                            java.lang.Throwable cause)
Constructs a ConstructorException with the specified detail message and cause.

Parameters:
message - the detail message.
cause - the cause.

ConstructorException

public ConstructorException(java.lang.Throwable cause)
Constructs a ConstructorException with the specified cause.

Parameters:
cause - the cause.

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.