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 SummaryFields Modifier and Type Field Description static StringERROR_MSG_DELIMITER
 - 
Constructor SummaryConstructors Constructor Description DMLException()DMLException(String message)DMLException(String message, Throwable cause)DMLException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
ERROR_MSG_DELIMITERpublic static final String ERROR_MSG_DELIMITER - See Also:
- Constant Field Values
 
 
- 
 
-