Package spoon.compiler
Class ModelBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spoon.SpoonException
spoon.compiler.ModelBuildingException
- All Implemented Interfaces:
Serializable
thrown when the Spoon model of a program cannot be built
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class spoon.SpoonException
LOGGER
-
Constructor Summary
ConstructorDescriptionModelBuildingException(String msg)
ModelBuildingException(String msg, Exception e)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelBuildingException
-
ModelBuildingException
-