Class ChannelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.hst.configuration.channel.ChannelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelNotFoundException

public class ChannelException extends RuntimeException
Thrown when a channel-related error occured. A channel exception has a type with a key that can be used for i18n of the error messages. A channel exception can also contain a number of parameters that can be used in the i18n error message. Which parameters are included should be documented in the method where the exception is thrown.
See Also: