Package com.bazaarvoice.jolt.exception
Class SpecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.bazaarvoice.jolt.exception.JoltException
-
- com.bazaarvoice.jolt.exception.SpecException
-
- All Implemented Interfaces:
java.io.Serializable
public class SpecException extends JoltException
Exception thrown by JOLT SpecTransforms during initialization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecException(java.lang.String msg)
SpecException(java.lang.String msg, java.lang.Throwable t)
-