|
||||||||||
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 org.sat4j.reader.ParseFormatException
public class ParseFormatException
Exception launched when there is a problem during parsing.
Reader
,
Serialized FormConstructor Summary | |
---|---|
ParseFormatException()
Constructor for ParseFormatException. |
|
ParseFormatException(java.lang.String message)
Constructor for ParseFormatException. |
|
ParseFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructor for ParseFormatException. |
|
ParseFormatException(java.lang.Throwable cause)
Constructor for ParseFormatException. |
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 ParseFormatException()
public ParseFormatException(java.lang.String message)
message
- the error messagepublic ParseFormatException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the cause of the exceptionpublic ParseFormatException(java.lang.Throwable cause)
cause
- the cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |