Package coneforest.psylla.core
Class PsyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- coneforest.psylla.core.PsyException
-
- All Implemented Interfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
,Serializable
- Direct Known Subclasses:
PsyConcurrentModificationException
,PsyDictStackUnderflowException
,PsyDirectoryNotEmptyException
,PsyFileAccessDeniedException
,PsyFileExistsException
,PsyFileNotFoundException
,PsyInterruptException
,PsyInvalidContextException
,PsyInvalidExitException
,PsyInvalidExternalException
,PsyInvalidRegExpException
,PsyInvalidStateException
,PsyIOErrorException
,PsyLimitCheckException
,PsyNotDirectoryException
,PsyNotLinkException
,PsyRangeCheckException
,PsySecurityErrorException
,PsyStackUnderflowException
,PsySyntaxErrorException
,PsyTypeCheckException
,PsyUndefinedException
,PsyUndefinedResultException
,PsyUnmatchedMarkException
,PsyUnregisteredException
,PsyUnsupportedException
public abstract class PsyException extends Exception implements PsyObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PsyException()
PsyException(PsyObject oEmitter)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description PsyObject
getEmitter()
abstract String
getName()
void
setEmitter(PsyObject oEmitter)
-
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.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-