Uses of Enum
net.aifusion.metamodel.ExceptionReason
Packages that use ExceptionReason
Package
Description
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
-
Uses of ExceptionReason in net.aifusion.metamodel
Methods in net.aifusion.metamodel that return ExceptionReasonModifier and TypeMethodDescriptionModelException.getReason()
Get the reason provided in this exceptionstatic ExceptionReason
Returns the enum constant of this type with the specified name.static ExceptionReason[]
ExceptionReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.aifusion.metamodel with parameters of type ExceptionReasonModifierConstructorDescriptionModelException
(ExceptionReason reason) Create an Exception with the given reasonModelException
(ExceptionReason reason, String message) Create an exception with a given reason, and a message stringModelException
(ExceptionReason reason, String message, Throwable cause) Create an exception with a given reason, a message, and an underlying causeModelException
(ExceptionReason reason, Throwable cause) Create an exception with a given reason and the underlying cause