|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.j3d.geom.InvalidArraySizeException
public class InvalidArraySizeException
Exception for when one of the requested geometry generation arrays is not big enough to contain the data requested.
| Constructor Summary | |
|---|---|
InvalidArraySizeException(int requested,
int given)
Create an exception that contains a prefabricated message. |
|
InvalidArraySizeException(java.lang.String msg,
int requested,
int given)
Create an exception that contains the given message plus a pre-fabricated part. |
|
| Method Summary |
|---|
| 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 InvalidArraySizeException(int requested,
int given)
requested - The required size of the arraygiven - The supplied array size
public InvalidArraySizeException(java.lang.String msg,
int requested,
int given)
msg - The base message to userequested - The required size of the arraygiven - The supplied array size
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||