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
public class ModelBuildingException extends SpoonException
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
Constructors Constructor Description ModelBuildingException(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
-
-