org.argouml.persistence
Class SaveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.argouml.persistence.PersistenceException
              extended byorg.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

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
SaveException(String message)
           
SaveException(String message, Throwable cause)
          The constructor.
SaveException(Throwable cause)
           
 
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

SaveException

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

Parameters:
message - the message to be shown
cause - 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


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