manager
Class BadClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by manager.BadClassException
All Implemented Interfaces:
java.io.Serializable

public class BadClassException
extends java.lang.RuntimeException

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.

Author:
Rob
See Also:
LocalManager.createManager(Class[], int, String, String), LocalManager#getRemoteObjects(Class, Class), Serialized Form

Constructor 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

BadClassException

public BadClassException(java.lang.String s)

BadClassException

public BadClassException(java.lang.String s,
                         java.lang.Throwable t)