Package coneforest.psylla.core
Class PsyErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- coneforest.psylla.core.PsyErrorException
-
- All Implemented Interfaces:
PsyConvertableToName,PsyConvertableToString,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
public abstract class PsyErrorException extends Exception implements PsyExecutable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PsyErrorException()PsyErrorException(PsyObject oEmitter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsyObjectgetEmitter()StringgetName()voidinvoke(PsyContext oContext)Invoke this object in the current context.voidsetEmitter(PsyObject oEmitter)voidsetStacks(OperandStack ostack, ExecutionStack estack, DictStack dstack)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyExecutable
asBinaryOperator, asComparator, asConsumer, asFunction, asPredicate, asSupplier, asUnaryOperator, invokeAndWait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Constructor Detail
-
PsyErrorException
public PsyErrorException()
-
PsyErrorException
public PsyErrorException(PsyObject oEmitter)
-
-
Method Detail
-
invoke
public void invoke(PsyContext oContext)
Description copied from interface:PsyObjectInvoke this object in the current context. Pushes this object into interpreter’s operand stack.- Specified by:
invokein interfacePsyExecutable- Specified by:
invokein interfacePsyObject
-
getName
public String getName()
-
setEmitter
public void setEmitter(PsyObject oEmitter)
-
getEmitter
public PsyObject getEmitter()
-
setStacks
public void setStacks(OperandStack ostack, ExecutionStack estack, DictStack dstack)
-
-