Package org.apache.sysds.api
Class DMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sysds.api.DMLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DMLRuntimeException,HopsException,LanguageException,LopsException,ParseException
Exception occurring in the DML framework.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDMLException(String message) DMLException(String message, Throwable cause) DMLException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_MSG_DELIMITER
- See Also:
-
-
Constructor Details
-
DMLException
public DMLException() -
DMLException
-
DMLException
-
DMLException
-