|
||||||||||
| 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.persistence.OpenException
org.argouml.persistence.XmiFormatException
public class XmiFormatException
Exception indicating some type of error reading an XMI file.
| Constructor Summary | |
|---|---|
XmiFormatException(java.lang.String message,
java.lang.Throwable cause)
Construct an XmiFormatException with a nested cause. |
|
XmiFormatException(java.lang.Throwable cause)
Construct an XmiFormatException with a nested cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.argouml.persistence.OpenException |
|---|
printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
|---|
public XmiFormatException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the underlying error causepublic XmiFormatException(java.lang.Throwable cause)
cause - the underlying error cause
|
||||||||||
| 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 |