org.argouml.model
Class UmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.argouml.model.UmlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalModelElementConnectionException, XmiException

public class UmlException
extends java.lang.Exception

An exception class to wrap any checked exceptions from the model subsystem.

See Also:
Serialized Form

Constructor Summary
UmlException(java.lang.String message)
          Constructor the exception with a message.
UmlException(java.lang.String message, java.lang.Throwable c)
          Constructor the exception with a message and a causing exception.
UmlException(java.lang.Throwable c)
          Constructor the exception a causing exception.
 
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

UmlException

public UmlException(java.lang.String message)
Constructor the exception with a message.

Parameters:
message - the message

UmlException

public UmlException(java.lang.String message,
                    java.lang.Throwable c)
Constructor the exception with a message and a causing exception.

Parameters:
message - the message
c - the cause of the exception

UmlException

public UmlException(java.lang.Throwable c)
Constructor the exception a causing exception.

Parameters:
c - the cause of the exception


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook