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
Field Summary |
private static org.apache.log4j.Logger |
_cat
|
private java.lang.Throwable |
cause
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
_cat
private static final org.apache.log4j.Logger _cat
cause
private java.lang.Throwable cause
UmlException
public UmlException()
UmlException
public UmlException(java.lang.String message)
UmlException
public UmlException(java.lang.String message,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)