Class AstInspectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spockframework.util.inspector.AstInspectorException
All Implemented Interfaces:
Serializable

public class AstInspectorException extends 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:
  • Constructor Details

    • AstInspectorException

      public AstInspectorException(String msg)
    • AstInspectorException

      public AstInspectorException(String msg, Exception cause)