Uses of Class
org.apache.sysds.api.DMLException
-
Packages that use DMLException Package Description org.apache.sysds.hops org.apache.sysds.lops org.apache.sysds.parser org.apache.sysds.runtime org.apache.sysds.runtime.compress org.apache.sysds.runtime.io.hdf5 -
-
Uses of DMLException in org.apache.sysds.hops
Subclasses 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.lops
Subclasses of DMLException in org.apache.sysds.lops Modifier and Type Class Description classLopsException -
Uses of DMLException in org.apache.sysds.parser
Subclasses 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.runtime
Subclasses 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, this exception is reserved for the stop instruction and script related errors that an end-user should be able to address -
Uses of DMLException in org.apache.sysds.runtime.compress
Subclasses of DMLException in org.apache.sysds.runtime.compress Modifier and Type Class Description classDMLCompressionException -
Uses of DMLException in org.apache.sysds.runtime.io.hdf5
Subclasses of DMLException in org.apache.sysds.runtime.io.hdf5 Modifier and Type Class Description classH5RuntimeException
-