Class UnknownSymbolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.symbol.UnknownSymbolException
All Implemented Interfaces:
Serializable

public class UnknownSymbolException extends RuntimeException
Exception when lookup occurs for an unknown symbol.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • UnknownSymbolException

      public UnknownSymbolException(String message)
      Generic constructor.
      Parameters:
      message - message
    • UnknownSymbolException

      public UnknownSymbolException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable