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:
-
Field Summary
Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TONAME, PSY_TOSTRING, PSY_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidinvoke(PsyContext oContext) Invoke this object in the given execution 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, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface coneforest.psylla.core.PsyExecutable
asBinaryOperator, asComparator, asConsumer, asFunction, asPredicate, asSupplier, asUnaryOperator, invokeAndHandleMethods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Constructor Details
-
PsyErrorException
public PsyErrorException()
-
-
Method Details
-
invoke
Description copied from interface:PsyObjectInvoke this object in the given execution context. Pushes this object into context’s operand stack.- Specified by:
invokein interfacePsyExecutable- Specified by:
invokein interfacePsyObject- Parameters:
oContext- the execution context.
-
getName
-
setEmitter
-
getEmitter
-
setStacks
-