IMuException

com.kesoftware.imu.IMuException

com.kesoftware.imu.IMuException

Since: 1.0

Description

Class for IMu-specific exceptions.

Constructors

Constructor

Details

IMuException(id, args)

IMuException(String id, Object... args)

Creates an IMu-specific exception.

Parameters:

id (String)

A string exception code.

args (Object...)

Any additional arguments used to provide further information about the exception.

IMuException(id)

IMuException(String id)

Creates an IMu-specific exception.

Parameters:

id (String)

A string exception code.

Properties

Property

Details

args

The set of arguments associated with the exception.

Getter:

Object[] getArgs()

Setter:

setArgs(Object[] value)

id

The unique identifier assigned to the server-side object once it has been created.

Getter:

String getID()

Methods

Method

Details

toString()

String toString()

Overrides the standard Object toString( ) method.

Returns:

String

A string description of the exception.