Package org.deidentifier.arx.exceptions
Klasse UnexpectedErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deidentifier.arx.exceptions.UnexpectedErrorException
- Alle implementierten Schnittstellen:
Serializable
Internal class for unexpected errors.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructorUnexpectedErrorException(String message) ConstructorUnexpectedErrorException(String message, Throwable cause) ConstructorConstructor -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
UnexpectedErrorException
public UnexpectedErrorException()Constructor -
UnexpectedErrorException
Constructor- Parameter:
message-
-
UnexpectedErrorException
Constructor- Parameter:
message-cause-
-
UnexpectedErrorException
Constructor- Parameter:
cause-
-