Package spoon
Class SpoonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- spoon.SpoonException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CtPathException
,InvalidClassPathException
,InvalidReplaceException
,JLSViolation
,LovecraftException
,ModelBuildingException
,ParentNotInitializedException
,RefactoringException
,SnippetCompilationError
,SpoonClassNotFoundException
,TemplateException
public class SpoonException extends RuntimeException
is a generic runtime exception for Spoon- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description SpoonException()
SpoonException(String msg)
SpoonException(String msg, Throwable e)
SpoonException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-