Class MatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.hst.configuration.hosting.MatchException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotFoundException

public class MatchException extends RuntimeException
Exception which can be thrown when matching fails
See Also:
  • Constructor Details

    • MatchException

      public MatchException()
      Constructs a new ContainerException exception.
    • MatchException

      public MatchException(String message)
      Constructs a new MatchException exception with the given message.
      Parameters:
      message - the exception message
    • MatchException

      public MatchException(Throwable nested)
      Constructs a new MatchException exception with the nested exception.
      Parameters:
      nested - the nested exception
    • MatchException

      public MatchException(String msg, Throwable nested)
      Constructs a new MatchException exception when the container needs to do the following:
      • throw an exception
      • include the "nested" exception
      • include a description message
      Parameters:
      msg - the exception message
      nested - the nested exception