org.jproggy.snippetory.engine
Class SnippetoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jproggy.snippetory.engine.SnippetoryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IncompatibleEncodingException, NoDataException, ParseError
public class SnippetoryException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnippetoryException
public SnippetoryException(String message,
Throwable cause)
SnippetoryException
public SnippetoryException(String message)
SnippetoryException
public SnippetoryException(Throwable cause)