|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException infovis.io.WrongFormatException
public class WrongFormatException
Exception sent by Readers when witnessing a wrong format.
Field Summary | |
---|---|
Object |
witness
Object witnessing the format was wrong. |
Constructor Summary | |
---|---|
WrongFormatException()
Constructor for WrongFormatException. |
|
WrongFormatException(String message)
Constructor for WrongFormatException. |
|
WrongFormatException(String message,
Throwable cause)
Constructor for WrongFormatException. |
|
WrongFormatException(Throwable cause)
Constructor for WrongFormatException. |
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 |
Field Detail |
---|
public Object witness
Constructor Detail |
---|
public WrongFormatException()
public WrongFormatException(String message)
message
- public WrongFormatException(String message, Throwable cause)
message
- cause
- public WrongFormatException(Throwable cause)
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |