Uses of Class
org.apache.sysds.api.DMLException
- 
- 
Uses of DMLException in org.apache.sysds.hopsSubclasses of DMLException in org.apache.sysds.hops Modifier and Type Class Description classHopsExceptionException occurring in the HOP level.
- 
Uses of DMLException in org.apache.sysds.lopsSubclasses of DMLException in org.apache.sysds.lops Modifier and Type Class Description classLopsException
- 
Uses of DMLException in org.apache.sysds.parserSubclasses of DMLException in org.apache.sysds.parser Modifier and Type Class Description classLanguageExceptionException occurring at the Language level.classParseExceptionThis exception is thrown when parse issues are encountered.
- 
Uses of DMLException in org.apache.sysds.runtimeSubclasses of DMLException in org.apache.sysds.runtime Modifier and Type Class Description classDMLRuntimeExceptionThis exception should be thrown to flag runtime errors -- DML equivalent to java.lang.RuntimeException.classDMLScriptExceptionThis exception should be thrown to flag DML Script errors.
- 
Uses of DMLException in org.apache.sysds.runtime.compressSubclasses of DMLException in org.apache.sysds.runtime.compress Modifier and Type Class Description classDMLCompressionException
- 
Uses of DMLException in org.apache.sysds.runtime.io.hdf5Subclasses of DMLException in org.apache.sysds.runtime.io.hdf5 Modifier and Type Class Description classH5RuntimeException
- 
Uses of DMLException in org.apache.sysds.runtime.privacySubclasses of DMLException in org.apache.sysds.runtime.privacy Modifier and Type Class Description classDMLPrivacyExceptionThis exception should be thrown to flag DML runtime errors related to the violation of privacy constraints.
 
-