Constructs a new {@code ClassCastException} that includes the current stack trace.sinceAndroid 1.0 super();
super();
Constructs a new {@code ClassCastException} with the current stack trace and the specified detail message.paramdetailMessage the detail message for this exception.sinceAndroid 1.0 super(detailMessage);
super(detailMessage);
Constructs a new {@code ClassCastException} with the current stack trace and a detail message based on the source and target class.paraminstanceClass the class being cast from.paramcastClass the class being cast to.sinceAndroid 1.0 super(Msg.getString("K0340", instanceClass.getName(), castClass //$NON-NLS-1$ .getName()));
super(Msg.getString("K0340", instanceClass.getName(), castClass //$NON-NLS-1$ .getName()));