Class CriticalUnexpectedError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.igormaznitsa.prologparser.exceptions.CriticalUnexpectedError
- All Implemented Interfaces:
Serializable
Unexpected error breaks functionality of the library.
If you meet such exception then contact developer!
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CriticalUnexpectedError
public CriticalUnexpectedError()
-