Package java.lang
Class ClassCastException

Public Constructor ClassCastException

ClassCastException()

ClassCastException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor ClassCastException():

Constructs an ClassCastException with no detail message.

constructor ClassCastException(String s):

Constructs an ClassCastException with the specified detail message.