Class AmbiguousSymbolException

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

public class AmbiguousSymbolException extends RuntimeException
Exception thrown when a Symbol's search string returns multiple Symbols.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • AmbiguousSymbolException

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

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