Class JBBPParsingException

All Implemented Interfaces:
Serializable

public class JBBPParsingException extends JBBPCompilationException
The Exception can be thrown during parsing process.
Since:
1.0
See Also:
  • Constructor Details

    • JBBPParsingException

      public JBBPParsingException(String message)
      A Constructor.
      Parameters:
      message - the exception error message
    • JBBPParsingException

      public JBBPParsingException(String message, Throwable cause)
      A Constructor.
      Parameters:
      message - the exception error message
      cause - the root cause for the exception