org.hippoecm.hst.configuration.hosting
Class MatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
MatchException()
          Constructs a new ContainerException exception.
MatchException(String message)
          Constructs a new MatchException exception with the given message.
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
MatchException(Throwable nested)
          Constructs a new MatchException exception with the nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.