Class TextObject.ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.mtrop.doom.object.TextObject.ParseException
All Implemented Interfaces:
Serializable
Enclosing interface:
TextObject

public static class TextObject.ParseException extends IOException
Specific IOException for when a parsing exception occurs on read.
Since:
2.19.0
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable cause)