Class DMLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DMLRuntimeException, HopsException, LanguageException, LopsException, ParseException

public class DMLException extends RuntimeException

Exception occurring in the DML framework.

See Also:
  • Field Details

  • Constructor Details

    • DMLException

      public DMLException()
    • DMLException

      public DMLException(String message)
    • DMLException

      public DMLException(Throwable cause)
    • DMLException

      public DMLException(String message, Throwable cause)