Package spoon

Class 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 Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • SpoonException

      public SpoonException()
    • SpoonException

      public SpoonException(String msg)
    • SpoonException

      public SpoonException(Throwable e)
    • SpoonException

      public SpoonException(String msg, Throwable e)