org.argouml.model.uml
Class UmlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.argouml.model.uml.UmlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalModelElementConnectionException

public class UmlException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UmlException()
           
UmlException(java.lang.String message)
           
UmlException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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

UmlException

public UmlException()

UmlException

public UmlException(java.lang.String message)

UmlException

public UmlException(java.lang.String message,
                    java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook