Package me.deecaad.core.file
Class InlineSerializer.FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.deecaad.core.file.InlineSerializer.FormatException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
InlineSerializer<T>
This exception is used whenever the user inputs an improperly formatted string. This is basically
a Syntax Error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatException
public FormatException(int index) -
FormatException
-
-
Method Details
-
getIndex
public int getIndex()
-