Class RSQLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversionException, FunctionBlackListedException, FunctionNotWhiteListedException, PropertyException

public class RSQLException extends RuntimeException
Thrown to indicate that generic problems within library. It is a superclass for all exceptions defined here.
See Also:
  • Constructor Details

    • RSQLException

      public RSQLException()
    • RSQLException

      public RSQLException(String message)
    • RSQLException

      public RSQLException(String message, Throwable cause)
    • RSQLException

      public RSQLException(Throwable cause)