Class fever.exception.NullPointerException

Description

Thrown to indicate that a method has been passed a "null" or undefined argument.

See Also

Field Index

Inherited from Exception

Method Index

new NullPointerException()

Inherited from Exception

Constructor Detail

NullPointerException

public function NullPointerException(info)

Constructs a new NullPointerException instance.

Parameters