public class DataSanitizerException
extends java.lang.Exception
DataSanitizer
Constructor and Description |
---|
DataSanitizerException(java.lang.String message,
boolean modified)
Creates a DataSanitizerException message.
|
DataSanitizerException(java.lang.String message,
java.lang.Throwable cause,
boolean modified)
Creates a DataSanitizerException message.
|
DataSanitizerException(java.lang.Throwable cause,
boolean modified)
Creates a DataSanitizerException message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isObjectModified()
Whether the object being sanitized was partially modified before an exception was thrown.
|
public DataSanitizerException(java.lang.String message, java.lang.Throwable cause, boolean modified)
message
- the exception messagecause
- the cause of the exceptionmodified
- true if the object being sanitized has been modified, else falsepublic DataSanitizerException(java.lang.String message, boolean modified)
message
- the exception messagemodified
- true if the object being sanitized has been modified, else falsepublic DataSanitizerException(java.lang.Throwable cause, boolean modified)
cause
- the cause of the exceptionmodified
- true if the object being sanitized has been modified, else false