org.argouml.persistence
Class OpenException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.argouml.persistence.PersistenceException
              extended byorg.argouml.persistence.OpenException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VersionException

public class OpenException
extends PersistenceException

An exception to be thrown during failure of a opening and reading some storage medium.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.persistence.PersistenceException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OpenException(String message)
          The constructor.
OpenException(String message, Throwable cause)
          The constructor.
OpenException(Throwable cause)
          The constructor.
 
Methods inherited from class org.argouml.persistence.PersistenceException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

OpenException

public OpenException(String message)
The constructor.

Parameters:
message - the message to show

OpenException

public OpenException(String message,
                     Throwable cause)
The constructor.

Parameters:
message - the message to show
cause - the cause for the exception

OpenException

public OpenException(Throwable cause)
The constructor.

Parameters:
cause - the cause for the exception


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook