|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shiwa.fgi.iwir.NotWellFormedException
public class NotWellFormedException
The Class NotWellFormedException is thrown if the IWIR object is not well-formed.
Constructor Summary | |
---|---|
NotWellFormedException()
Instantiates a new not well formed exception. |
|
NotWellFormedException(java.lang.String message)
Instantiates a new not well formed exception. |
|
NotWellFormedException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new not well formed exception. |
|
NotWellFormedException(java.lang.Throwable cause)
Instantiates a new not well formed 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotWellFormedException()
public NotWellFormedException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic NotWellFormedException(java.lang.String message)
message
- the messagepublic NotWellFormedException(java.lang.Throwable cause)
cause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |