verinec.netsim.firewall.util.tables
Class StateTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
verinec.VerinecException
verinec.netsim.firewall.util.tables.StateTableException
- All Implemented Interfaces:
- Serializable
public class StateTableException
- extends VerinecException
Exception thrown when the state table has not been intialised.
- Version:
- $Revision: 825 $
- Author:
- hugja
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StateTableException
public StateTableException(String errorMessage)
- Instantiate the exception with a description.
- Parameters:
errorMessage - the description of the problem.