org.andromda.core.common
Class XmlObjectFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.common.XmlObjectFactoryException
All Implemented Interfaces:
java.io.Serializable

public class XmlObjectFactoryException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown during execution of the XmlObjectFactory.

See Also:
Serialized Form

Constructor Summary
XmlObjectFactoryException(java.lang.String message)
          Constructs an instance of XmlObjectFactoryException.
XmlObjectFactoryException(java.lang.String message, java.lang.Throwable parent)
          Constructs an instance of XmlObjectFactoryException.
XmlObjectFactoryException(java.lang.Throwable parent)
          Constructs an instance of XmlObjectFactoryException.
 
Method Summary
 
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

XmlObjectFactoryException

public XmlObjectFactoryException(java.lang.Throwable parent)
Constructs an instance of XmlObjectFactoryException.

Parameters:
parent -

XmlObjectFactoryException

public XmlObjectFactoryException(java.lang.String message)
Constructs an instance of XmlObjectFactoryException.

Parameters:
message -

XmlObjectFactoryException

public XmlObjectFactoryException(java.lang.String message,
                                 java.lang.Throwable parent)
Constructs an instance of XmlObjectFactoryException.

Parameters:
message -
parent -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.