org.hippoecm.hst.configuration.model
Class HstNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hippoecm.hst.configuration.model.HstNodeException
All Implemented Interfaces:
Serializable

public class HstNodeException
extends RuntimeException

The HstNodeException class defines a general exception for the Hst Config

See Also:
Serialized Form

Constructor Summary
HstNodeException()
          Constructs a new HstNodeException exception.
HstNodeException(String message)
          Constructs a new HstNodeException exception with the given message.
HstNodeException(String msg, Throwable nested)
          Constructs a new HstNodeException
HstNodeException(Throwable nested)
          Constructs a new HstNodeException 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

HstNodeException

public HstNodeException()
Constructs a new HstNodeException exception.


HstNodeException

public HstNodeException(String message)
Constructs a new HstNodeException exception with the given message.

Parameters:
message - the exception message

HstNodeException

public HstNodeException(Throwable nested)
Constructs a new HstNodeException exception with the nested exception.

Parameters:
nested - the nested exception

HstNodeException

public HstNodeException(String msg,
                        Throwable nested)
Constructs a new HstNodeException

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


Copyright © 2008-2012 Hippo. All Rights Reserved.