|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.argouml.model.UmlException
public class UmlException
An exception class to wrap any checked exceptions from the model subsystem.
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 |
---|
public UmlException(java.lang.String message)
message
- the messagepublic UmlException(java.lang.String message, java.lang.Throwable c)
message
- the messagec
- the cause of the exceptionpublic UmlException(java.lang.Throwable c)
c
- the cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |