Package java.lang
Class NoSuchFieldError

Public Constructor NoSuchFieldError

NoSuchFieldError()

NoSuchFieldError(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor NoSuchFieldError():

Constructs an NoSuchFieldError with no detail message.

constructor NoSuchFieldError(String s):

Constructs an NoSuchFieldError with the specified detail message.