p

sigmastate

exceptions

package exceptions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BinderException extends CompilerException

    Exception thrown during the binding phase of the compiler.

  2. class BuilderException extends CompilerException

    Exception thrown during the building phase of the compiler.

  3. class CompilerException extends SigmaException

    Base class for exceptions thrown by the compiler.

  4. final class ConstraintFailed extends BuilderException
  5. class CostLimitException extends SigmaException

    Exception thrown when the estimated cost exceeds the allowed cost limit.

  6. final class DeserializeCallDepthExceeded extends SerializerException

    Thrown when the current depth level > maxDepthLevel which is set in the Reader.

  7. class GraphBuildingException extends CompilerException
  8. class InterpreterException extends SigmaException

    Exception thrown by sigmastate.interpreter.Interpreter.

  9. final class InvalidArguments extends BinderException
  10. final class InvalidBinaryOperationParameters extends TyperException
  11. final class InvalidOpCode extends SerializerException

    Thrown by org.ergoplatform.validation.ValidationRules.CheckValidOpCode validation rule.

  12. final class InvalidTypePrefix extends SerializerException

    Thrown by TypeSerializer when type prefix <= 0.

  13. final class InvalidUnaryOperationParameters extends TyperException
  14. final class MethodNotFound extends TyperException
  15. final class NonApplicableMethod extends TyperException
  16. final class ReaderPositionLimitExceeded extends SerializerException

    Thrown when the current reader position > positionLimit which is set in the Reader.

    Thrown when the current reader position > positionLimit which is set in the Reader.

    See also

    org.ergoplatform.validation.ValidationRules.CheckPositionLimit

  17. case class SerializerException(message: String, cause: Option[Throwable] = None) extends SigmaException with Product with Serializable

    Exception thrown during serialization.

    Exception thrown during serialization.

    message

    the error message

    cause

    an optional cause for the exception

  18. class SigmaException extends Exception

    Base class for Sigma-related exceptions.

  19. class TyperException extends CompilerException

    Exception thrown during the type checking phase of the compiler.

Value Members

  1. object CostLimitException extends Serializable

Ungrouped