|
||||||||||
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
manager.BadClassException
public class BadClassException
An exception indicating some problem with a Class
object passed to the HLA_RePast engine.
This generally happens is the class is badly formed (eg.
has no default constructor) or if the class is used to
instantiate proxies for remote objects but the class was
not registered with the local database during instantiation
of the LocalManager.
LocalManager.createManager(Class[], int, String, String)
,
LocalManager#getRemoteObjects(Class, Class)
,
Serialized FormConstructor Summary | |
---|---|
BadClassException(java.lang.String s)
|
|
BadClassException(java.lang.String s,
java.lang.Throwable t)
|
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 BadClassException(java.lang.String s)
public BadClassException(java.lang.String s, java.lang.Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |