Package org.apache.sysds.runtime.privacy
Class DMLPrivacyException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.sysds.api.DMLException
- 
- org.apache.sysds.runtime.DMLRuntimeException
- 
- org.apache.sysds.runtime.privacy.DMLPrivacyException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DMLPrivacyException extends DMLRuntimeException This exception should be thrown to flag DML runtime errors related to the violation of privacy constraints.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.api.DMLExceptionERROR_MSG_DELIMITER
 
- 
 - 
Constructor SummaryConstructors Constructor Description DMLPrivacyException(String msg)This is the only valid constructor for DMLPrivacyException.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DMLPrivacyExceptionpublic DMLPrivacyException(String msg) This is the only valid constructor for DMLPrivacyException.- Parameters:
- msg- message
 
 
- 
 
-