|
||||||||||
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 FormField Summary | |
---|---|
static String |
PARSING_ERROR
|
Constructor Summary | |
---|---|
ParseFormatException()
Constructor for ParseFormatException. |
|
ParseFormatException(String message)
Constructor for ParseFormatException. |
|
ParseFormatException(String message,
Throwable cause)
Constructor for ParseFormatException. |
|
ParseFormatException(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 |
Field Detail |
---|
public static final String PARSING_ERROR
Constructor Detail |
---|
public ParseFormatException()
public ParseFormatException(String message)
message
- the error messagepublic ParseFormatException(String message, Throwable cause)
message
- the error messagecause
- the cause of the exceptionpublic ParseFormatException(Throwable cause)
cause
- the cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |