\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.exceptions.NoValueException Class Reference

Detailed Description

Exception that can be thrown when an AspectPropertyValue does not have a value.

Inheritance diagram for fiftyone.pipeline.engines.exceptions.NoValueException:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.exceptions.NoValueException:

[legend]

Public Member Functions

 NoValueException (String message, Throwable cause)
Construct a new instance. More...
 NoValueException (String message)
Construct a new instance. More...
 NoValueException ()
Default constructor.

Constructor & Destructor Documentation

◆ NoValueException() [1/2]

fiftyone.pipeline.engines.exceptions.NoValueException.NoValueException ( String   message,
Throwable   cause  
)

Construct a new instance.

Parameters
message - the message to give to the exception
cause - cause of the exception

◆ NoValueException() [2/2]

fiftyone.pipeline.engines.exceptions.NoValueException.NoValueException ( String   message )

Construct a new instance.

Parameters
message - the message to give to the exception