Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.electronwill.nightconfig.core.io.ParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParsingException extends java.lang.RuntimeExceptionThrown when a parsing operation fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException(java.lang.String message)ParsingException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParsingExceptionnotEnoughData()static ParsingExceptionreadFailed(java.lang.Throwable cause)
-
-
-
Method Detail
-
readFailed
public static ParsingException readFailed(java.lang.Throwable cause)
-
notEnoughData
public static ParsingException notEnoughData()
-
-