org.argouml.persistence
Class VersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.argouml.persistence.PersistenceException
              extended byorg.argouml.persistence.OpenException
                  extended byorg.argouml.persistence.VersionException
All Implemented Interfaces:
Serializable

public class VersionException
extends OpenException

An exception to be thrown when tryuing to read a file of an unknown version.

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
VersionException(String message)
          Construct the exception with a message.
 
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

VersionException

public VersionException(String message)
Construct the exception with a message.

Parameters:
message - the message


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