java.lang.Object
java.lang.Throwable
java.lang.Exception
coneforest.psylla.core.PsyErrorException
coneforest.psylla.core.PsyIOErrorException
coneforest.psylla.core.PsyFileSystemErrorException
- All Implemented Interfaces:
PsyExecutable,PsyObject,Serializable
- Direct Known Subclasses:
PsyDirectoryNotEmptyException,PsyFileAccessDeniedException,PsyFileExistsException,PsyFileNotFoundException,PsyNotDirectoryException,PsyNotLinkException
- See Also:
-
Field Summary
Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newexceptionobject with null as its detail message.Constructs a newexceptionobject with the specified cause. -
Method Summary
Methods inherited from class coneforest.psylla.core.PsyErrorException
getEmitter, getName, invoke, setEmitter, setStacksMethods 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, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Constructor Details
-
PsyFileSystemErrorException
public PsyFileSystemErrorException()Constructs a newexceptionobject with null as its detail message. -
PsyFileSystemErrorException
Constructs a newexceptionobject with the specified cause.- Parameters:
cause- the cause.
-