Class DMLRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeltaKernelUtils.UnsupportedDirectDecodeException, DMLCompressionException, DMLScriptException, H5RuntimeException

public class DMLRuntimeException extends DMLException
This exception should be thrown to flag runtime errors -- DML equivalent to java.lang.RuntimeException.
See Also:
  • Constructor Details

    • DMLRuntimeException

      public DMLRuntimeException(String string)
    • DMLRuntimeException

      public DMLRuntimeException(Throwable e)
    • DMLRuntimeException

      public DMLRuntimeException(String string, Exception ex)
  • Method Details