org.argouml.persistence
Class XmiFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.argouml.persistence.OpenException
              extended by org.argouml.persistence.XmiFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UmlVersionException

public class XmiFormatException
extends OpenException

Exception indicating some type of error reading an XMI file.

See Also:
Serialized Form

Constructor Summary
XmiFormatException(java.lang.String message, java.lang.Throwable cause)
          Construct an XmiFormatException with a nested cause.
XmiFormatException(java.lang.Throwable cause)
          Construct an XmiFormatException with a nested cause.
 
Method Summary
 
Methods inherited from class org.argouml.persistence.OpenException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmiFormatException

public XmiFormatException(java.lang.String message,
                          java.lang.Throwable cause)
Construct an XmiFormatException with a nested cause.

Parameters:
message - the message
cause - the underlying error cause

XmiFormatException

public XmiFormatException(java.lang.Throwable cause)
Construct an XmiFormatException with a nested cause.

Parameters:
cause - the underlying error cause


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook