Class InvalidAssumptionException

All Implemented Interfaces:
Serializable

public final class InvalidAssumptionException extends SlowPathException
An exception that should be thrown if an assumption is checked and the check fails. The Truffle optimizer has special knowledge of this exception class and will never compile a catch block that catches this exception type.
Since:
0.8 or earlier
See Also:
  • Constructor Details

    • InvalidAssumptionException

      public InvalidAssumptionException()
      Default constructor.
      Since:
      0.8 or earlier