verinec.netsim.firewall
Class DirectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
verinec.VerinecException
verinec.netsim.firewall.DirectionException
- All Implemented Interfaces:
- Serializable
public class DirectionException
- extends VerinecException
Exception thrown when a wrong direction expression was received.
- Version:
- $Revision: 825 $
- Author:
- jason.hug@unifr.ch
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DirectionException
public DirectionException(String errorMessage)
- Instantiate the exception with a description.
- Parameters:
errorMessage - the description of the problem.