Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)