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>

public static class InlineSerializer.FormatException extends Exception
This exception is used whenever the user inputs an improperly formatted string. This is basically a Syntax Error.
See Also:
  • Constructor Details

    • FormatException

      public FormatException(int index)
    • FormatException

      public FormatException(int index, String message)
  • Method Details

    • getIndex

      public int getIndex()