|
||||||||||
| 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
org.argouml.model.XmiException
org.argouml.model.XmiReferenceException
public class XmiReferenceException
Exception for external reference problems with XMI files.
| Constructor Summary | |
|---|---|
XmiReferenceException(java.lang.String message)
Construct an XmiReferenceException with the given message. |
|
XmiReferenceException(java.lang.String message,
java.lang.String publicId,
java.lang.String systemId,
int lineNumber,
int columnNumber)
Create a new XmiReferenceException. |
|
XmiReferenceException(java.lang.String message,
java.lang.String publicId,
java.lang.String systemId,
int lineNumber,
int columnNumber,
java.lang.Exception e)
Create a new XmiReferenceException with an embedded exception. |
|
XmiReferenceException(java.lang.String href,
java.lang.Throwable cause)
Construct an XmiReferenceException for the given reference |
|
XmiReferenceException(java.lang.Throwable c)
Construct an exception with a causing exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getReference()
|
| Methods inherited from class org.argouml.model.XmiException |
|---|
getColumnNumber, getLineNumber, getPublicId, getSystemId |
| 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 XmiReferenceException(java.lang.String message)
message - the message
public XmiReferenceException(java.lang.String href,
java.lang.Throwable cause)
href - the reference that caused the errorcause - the nested exception if availablepublic XmiReferenceException(java.lang.Throwable c)
c - the cause of the exception
public XmiReferenceException(java.lang.String message,
java.lang.String publicId,
java.lang.String systemId,
int lineNumber,
int columnNumber)
message - The error or warning message.publicId - The public identifier of the entity that generated
the error or warning.systemId - The system identifier of the entity that generated
the error or warning.lineNumber - The line number of the end of the text that
caused the error or warning.columnNumber - The column number of the end of the text that
cause the error or warning.
public XmiReferenceException(java.lang.String message,
java.lang.String publicId,
java.lang.String systemId,
int lineNumber,
int columnNumber,
java.lang.Exception e)
message - The error or warning message, or null to use the message
from the embedded exception.publicId - The public identifier of the entity that generated the
error or warning.systemId - The system identifier of the entity that generated the
error or warning.lineNumber - The line number of the end of the text that caused the
error or warning.columnNumber - The column number of the end of the text that cause
the error or warning.e - Another exception to embed in this one.| Method Detail |
|---|
public java.lang.String getReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |