Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.electronwill.nightconfig.core.io.ParsingException
- All Implemented Interfaces:
Serializable
Thrown when a parsing operation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException(String message) ParsingException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ParsingExceptionstatic ParsingExceptionreadFailed(Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
-
ParsingException
-
-
Method Details
-
readFailed
-
notEnoughData
-