Package marauroa.server.game.rp
Class NoFactoryConfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
marauroa.server.game.rp.NoFactoryConfException
- All Implemented Interfaces:
Serializable
This exception is thrown when the RPObject factory can't be created, usually
because is not configured correctly at server.ini
- Author:
- miguel
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoFactoryConfException
Constructor- Parameters:
cause
- exception that generated this one.
-
NoFactoryConfException
public NoFactoryConfException()Constructor
-