|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jrockit.memleak.MemLeakException
com.jrockit.memleak.spi.SpiException
com.jrockit.memleak.spi.NotAnArrayException
public class NotAnArrayException
At least one object or class ID given as argument did not refer to an array instance or class, whatever was expected. (It could have referred to another live object or class, respectively, or it was determined that it could not possibly refer to an array instance or class).
Constructor Summary | |
---|---|
NotAnArrayException(java.lang.String message)
|
Method Summary |
---|
Methods inherited from class com.jrockit.memleak.spi.SpiException |
---|
unhandled |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotAnArrayException(java.lang.String message)
message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |