LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.error.CIllegalArgumentException Class Reference

illegal argument exception More...

+ Inheritance diagram for org.lightjason.agentspeak.error.CIllegalArgumentException:
+ Collaboration diagram for org.lightjason.agentspeak.error.CIllegalArgumentException:

Public Member Functions

 CIllegalArgumentException ()
 ctor More...
 
 CIllegalArgumentException ( @Nonnull final String p_message)
 ctor More...
 
 CIllegalArgumentException ( @Nonnull final String p_message, @Nonnull final Throwable p_cause)
 ctor More...
 
 CIllegalArgumentException ( @Nonnull final Throwable p_cause)
 ctor More...
 

Static Private Attributes

static final Logger LOGGER = CCommon.logger( CIllegalArgumentException.class )
 logger More...
 
static final transient long serialVersionUID = -3411208617187561215L
 serial id More...
 

Detailed Description

Definition at line 35 of file CIllegalArgumentException.java.

Constructor & Destructor Documentation

◆ CIllegalArgumentException() [1/4]

org.lightjason.agentspeak.error.CIllegalArgumentException.CIllegalArgumentException ( )

Definition at line 49 of file CIllegalArgumentException.java.

◆ CIllegalArgumentException() [2/4]

org.lightjason.agentspeak.error.CIllegalArgumentException.CIllegalArgumentException ( @Nonnull final String  p_message)
Parameters
p_messagemessage

Definition at line 60 of file CIllegalArgumentException.java.

◆ CIllegalArgumentException() [3/4]

org.lightjason.agentspeak.error.CIllegalArgumentException.CIllegalArgumentException ( @Nonnull final String  p_message,
@Nonnull final Throwable  p_cause 
)
Parameters
p_messagemessage
p_causethrowable

Definition at line 72 of file CIllegalArgumentException.java.

◆ CIllegalArgumentException() [4/4]

org.lightjason.agentspeak.error.CIllegalArgumentException.CIllegalArgumentException ( @Nonnull final Throwable  p_cause)
Parameters
p_causethrowable

Definition at line 83 of file CIllegalArgumentException.java.

Member Data Documentation

◆ LOGGER

final Logger org.lightjason.agentspeak.error.CIllegalArgumentException.LOGGER = CCommon.logger( CIllegalArgumentException.class )
staticprivate

Definition at line 40 of file CIllegalArgumentException.java.

◆ serialVersionUID

final transient long org.lightjason.agentspeak.error.CIllegalArgumentException.serialVersionUID = -3411208617187561215L
staticprivate

Definition at line 44 of file CIllegalArgumentException.java.