Class Phase4Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.phase4.util.Phase4Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PModeValidationException

public class Phase4Exception extends Exception
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 Details

    • Phase4Exception

      public Phase4Exception(@Nonnull String sMessage)
      Parameters:
      sMessage - Error message
    • Phase4Exception

      public Phase4Exception(@Nullable Throwable aCause)
      Parameters:
      aCause - Optional causing exception
      Since:
      0.13.0
    • Phase4Exception

      public Phase4Exception(@Nonnull String sMessage, @Nullable Throwable aCause)
      Parameters:
      sMessage - Error message
      aCause - Optional causing exception