org.jgap
Class InvalidConfigurationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jgap.InvalidConfigurationRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidConfigurationRuntimeException
- extends java.lang.RuntimeException
Similar to InvalidConfigurationException
, but in runtime form so it can be thrown from
methods that do not throw exceptions.
- Author:
- Philip Tucker
- See Also:
InvalidConfigurationException
,
Serialized Form
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 |
InvalidConfigurationRuntimeException
public InvalidConfigurationRuntimeException()
- See Also:
InvalidConfigurationRuntimeException(String)
InvalidConfigurationRuntimeException
public InvalidConfigurationRuntimeException(java.lang.String message)
- Parameters:
message
- - See Also:
RuntimeException.RuntimeException(java.lang.String)
InvalidConfigurationRuntimeException
public InvalidConfigurationRuntimeException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
- - See Also:
RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable)
InvalidConfigurationRuntimeException
public InvalidConfigurationRuntimeException(java.lang.Throwable cause)
- Parameters:
cause
- - See Also:
InvalidConfigurationRuntimeException(String, Throwable)