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
public class DMLException extends RuntimeException
Exception occurring in the DML framework.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_MSG_DELIMITER
-
Constructor Summary
Constructors Constructor Description DMLException()
DMLException(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 Detail
-
ERROR_MSG_DELIMITER
public static final String ERROR_MSG_DELIMITER
- See Also:
- Constant Field Values
-
-