org.argouml.persistence
Class SaveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.argouml.persistence.SaveException
All Implemented Interfaces:
java.io.Serializable

public class SaveException
extends java.lang.Exception

An exception to be thrown during failure of a save to some medium.

See Also:
Serialized Form

Constructor Summary
SaveException(java.lang.String message)
           
SaveException(java.lang.String message, java.lang.Throwable cause)
          The constructor.
SaveException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveException

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

Parameters:
message - the message to be shown
cause - the cause of the exception

SaveException

public SaveException(java.lang.String message)
Parameters:
message - the message to be shown

SaveException

public SaveException(java.lang.Throwable cause)
Parameters:
cause - the cause of the exception


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook