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:
  • Constructor Details

    • PsyErrorException

      public PsyErrorException()
    • PsyErrorException

      public PsyErrorException(PsyObject oEmitter)
  • Method Details