Class PsyUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
coneforest.psylla.core.PsyErrorException
coneforest.psylla.core.PsyUnsupportedException
- All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable
The representation of the
unsupported error thrown by the operator attempting to perform
an unsupported operation.- See Also:
-
Field Summary
Fields inherited from interface 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.PsyUnsupportedException(Throwable cause) Constructs a newexceptionobject with the specified cause. -
Method Summary
Methods inherited from class PsyErrorException
getEmitter, getName, invoke, setEmitter, setStacksMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from interface PsyExecutable
asBinaryOperator, asComparator, asConsumer, asFunction, asPredicate, asSupplier, asUnaryOperator, invokeAndHandleMethods inherited from interface PsyObject
convert, execute, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Constructor Details
-
PsyUnsupportedException
public PsyUnsupportedException()Constructs a newexceptionobject with null as its detail message. -
PsyUnsupportedException
Constructs a newexceptionobject with the specified cause.- Parameters:
cause- the cause.
-