Class ZappyParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.glitchybyte.zappy.ZappyParseException
All Implemented Interfaces:
Serializable

public class ZappyParseException extends Exception
Exception for when a parsing error occurs.
See Also:
  • Constructor Details

    • ZappyParseException

      public ZappyParseException(String message)
      Creates a parse exception with a message.
      Parameters:
      message - Message to attach to the exception.
    • ZappyParseException

      public ZappyParseException(Throwable cause)
      Creates a parse exception from another exception in the process.
      Parameters:
      cause - The exception that triggered the problem.