Class JBBPException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JBBPCompilationException, JBBPEvalException, JBBPFinderException, JBBPIOException, JBBPMapperException, JBBPNumericFieldValueConversionException

public class JBBPException extends RuntimeException
The Root Exception for all JBBP exceptions.
Since:
1.0
See Also:
  • Constructor Details

    • JBBPException

      public JBBPException(String message)
      A Constructor.
      Parameters:
      message - the message for the exception
    • JBBPException

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