Class NamingStrategyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smooks.cartridges.routing.file.naming.NamingStrategyException
-
- All Implemented Interfaces:
Serializable
public class NamingStrategyException extends Exception
Exception indicating a NamingStrategyException- Author:
- Daniel Bevenius
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamingStrategyException()NamingStrategyException(String message)NamingStrategyException(String message, Throwable cause)NamingStrategyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-