org.argouml.persistence
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.argouml.persistence.PersistenceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OpenException, SaveException
- public class PersistenceException
- extends Exception
An exception to be thrown by some persistence operation
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
cause
private Throwable cause
PersistenceException
public PersistenceException()
- Constructor
PersistenceException
public PersistenceException(String message)
- Constructor
- Parameters:
message
- the message
PersistenceException
public PersistenceException(String message,
Throwable c)
- Parameters:
message
- the messagec
- the cause of the exception
PersistenceException
public PersistenceException(Throwable c)
- Parameters:
c
- the cause of the exception
getCause
public Throwable getCause()
- See Also:
Throwable.getCause()
printStackTrace
public void printStackTrace()
- See Also:
Throwable.printStackTrace()
printStackTrace
public void printStackTrace(PrintStream ps)
- See Also:
Throwable.printStackTrace(java.io.PrintStream)
printStackTrace
public void printStackTrace(PrintWriter pw)
- See Also:
Throwable.printStackTrace(java.io.PrintWriter)