Package com.helger.phase4.util
Class Phase4Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.phase4.util.Phase4Exception
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PModeValidationException
phase4 base exception. It is just a in-between exception for easy catching of
all phase4 related exception.
- Since:
- 0.9.7
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPhase4Exception(String sMessage) Phase4Exception(String sMessage, Throwable aCause) Phase4Exception(Throwable aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Phase4Exception
- Parameters:
sMessage- Error message
-
Phase4Exception
- Parameters:
aCause- Optional causing exception- Since:
- 0.13.0
-
Phase4Exception
- Parameters:
sMessage- Error messageaCause- Optional causing exception
-