Package org.smooks.api
Class SmooksConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smooks.api.SmooksException
-
- org.smooks.api.SmooksConfigException
-
- All Implemented Interfaces:
Serializable
public class SmooksConfigException extends SmooksException
Exception occurring during the construction of a Smooks configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmooksConfigException(String message)
SmooksConfigException(String message, Throwable cause)
SmooksConfigException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-