org.yasl.xmlobjects
Class ObjectInstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.yasl.xmlobjects.ObjectInstantiationException
All Implemented Interfaces:
Serializable

public class ObjectInstantiationException
extends Exception

Version:
1.0
Author:
Jeff Chapman
See Also:
Serialized Form

Constructor Summary
ObjectInstantiationException()
           
ObjectInstantiationException(String message)
           
ObjectInstantiationException(String message, Throwable cause)
           
ObjectInstantiationException(Throwable 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

ObjectInstantiationException

public ObjectInstantiationException()

ObjectInstantiationException

public ObjectInstantiationException(String message)

ObjectInstantiationException

public ObjectInstantiationException(Throwable cause)

ObjectInstantiationException

public ObjectInstantiationException(String message,
                                    Throwable cause)