public class ArrayStoreException extends RuntimeException
ArrayStoreException
:
Object x[] = new String[3]; x[0] = new Integer(0);
Constructor and Description |
---|
ArrayStoreException()
Constructs an
ArrayStoreException with no detail message. |
ArrayStoreException(String s)
Constructs an
ArrayStoreException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArrayStoreException()
ArrayStoreException
with no detail message.public ArrayStoreException(String s)
ArrayStoreException
with the specified
detail message.s
- the detail message.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.