org.argouml.persistence
Class OpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.argouml.persistence.PersistenceException
org.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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 showcause
- the cause for the exception
OpenException
public OpenException(Throwable cause)
- The constructor.
- Parameters:
cause
- the cause for the exception