Class NoOperatorCandidatesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.petrak.hexcasting.api.casting.arithmetic.engine.NoOperatorCandidatesException
All Implemented Interfaces:
Serializable

public class NoOperatorCandidatesException extends RuntimeException
See Also:
  • Constructor Details

    • NoOperatorCandidatesException

      public NoOperatorCandidatesException(at.petrak.hexcasting.api.casting.math.HexPattern pattern, List<Iota> args)
    • NoOperatorCandidatesException

      public NoOperatorCandidatesException(at.petrak.hexcasting.api.casting.math.HexPattern pattern, List<Iota> args, String s)
  • Method Details

    • getPattern

      public at.petrak.hexcasting.api.casting.math.HexPattern getPattern()
    • setPattern

      public at.petrak.hexcasting.api.casting.math.HexPattern setPattern(at.petrak.hexcasting.api.casting.math.HexPattern pattern)
    • getArgs

      public List<Iota> getArgs()
    • setArgs

      public List<Iota> setArgs(List<Iota> args)