Class AstInspectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spockframework.util.inspector.AstInspectorException
-
- All Implemented Interfaces:
java.io.Serializable
public class AstInspectorException extends java.lang.RuntimeException
Unchecked exception thrown by AstInspector when:- an IOException occurs when loading a file
- a declaration with the specified name cannot be found
- an internal error occurs
- Author:
- Peter Niederwieser (pniederw@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AstInspectorException(java.lang.String msg)
AstInspectorException(java.lang.String msg, java.lang.Exception cause)
-