org.argouml.persistence
Class SaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.argouml.persistence.PersistenceException
org.argouml.persistence.SaveException
- All Implemented Interfaces:
- Serializable
- public class SaveException
- extends PersistenceException
An exception to be thrown during failure of a save
to some medium.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
SaveException
public SaveException(String message,
Throwable cause)
- The constructor.
- Parameters:
message
- the message to be showncause
- the cause of the exception
SaveException
public SaveException(String message)
- Parameters:
message
- the message to be shown
SaveException
public SaveException(Throwable cause)
- Parameters:
cause
- the cause of the exception