Class PsyErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
coneforest.psylla.core.PsyErrorException
All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable
Direct Known Subclasses:
PsyConcurrentModificationException, PsyDictStackUnderflowException, PsyDirectoryNotEmptyException, PsyFileAccessDeniedException, PsyFileExistsException, PsyFileNotFoundException, PsyInterruptException, PsyInvalidContextException, PsyInvalidExitException, PsyInvalidExternalException, PsyInvalidRegExpException, PsyInvalidStateException, PsyIOErrorException, PsyLimitCheckException, PsyNotDirectoryException, PsyNotImplementedException, PsyNotLinkException, PsyRangeCheckException, PsySecurityErrorException, PsyStackUnderflowException, PsySyntaxErrorException, PsyTypeCheckException, PsyUndefinedException, PsyUndefinedResultException, PsyUnmatchedMarkException, PsyUnregisteredException, PsyUnsupportedException

@Type("error") @ErrorType("error") public abstract class PsyErrorException extends Exception implements PsyExecutable
See Also:
  • Constructor Details

    • PsyErrorException

      public PsyErrorException()
  • Method Details

    • invoke

      public void invoke(PsyContext oContext)
      Description copied from interface: PsyObject
      Invoke this object in the given execution context. Pushes this object into context’s operand stack.
      Specified by:
      invoke in interface PsyExecutable
      Specified by:
      invoke in interface PsyObject
      Parameters:
      oContext - the execution context.
    • getName

      public String getName()
    • setEmitter

      public void setEmitter(PsyObject oEmitter)
    • getEmitter

      public PsyObject getEmitter()
    • setStacks

      public void setStacks(OperandStack ostack, ExecutionStack estack, DictStack dstack)