org.spockframework.util.inspector
Class AstInspectorException

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

public class AstInspectorException
extends java.lang.RuntimeException

Unchecked exception thrown by AstInspector when:

Author:
Peter Niederwieser (pniederw@gmail.com)
See Also:
Serialized Form

Constructor Summary
AstInspectorException(java.lang.String msg)
           
AstInspectorException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstInspectorException

public AstInspectorException(java.lang.String msg)

AstInspectorException

public AstInspectorException(java.lang.String msg,
                             java.lang.Exception cause)


Copyright © 2013. All rights reserved