Class fever.exception.IllegalAccessException

Description

Thrown to indicate that a method marked by the developer as protected is called by not permitted instance.

See Also

Field Index

Inherited from Exception

Method Index

new IllegalAccessException()

Inherited from Exception

Constructor Detail

IllegalAccessException

public function IllegalAccessException(info)

Constructs a new IllegalAccessException instance.

Parameters