Class UnsolvedSymbolException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsolvedSymbolException
    extends java.lang.RuntimeException
    This exception is thrown when a symbol cannot be resolved.
    Author:
    Federico Tomassetti
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsolvedSymbolException

        public UnsolvedSymbolException​(java.lang.String name)
      • UnsolvedSymbolException

        public UnsolvedSymbolException​(java.lang.String name,
                                       java.lang.String context)
      • UnsolvedSymbolException

        public UnsolvedSymbolException​(java.lang.String name,
                                       java.lang.Throwable cause)
      • UnsolvedSymbolException

        public UnsolvedSymbolException​(java.lang.String name,
                                       java.lang.String context,
                                       java.lang.Throwable cause)
    • Method Detail

      • getName

        public java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable