Package net.i2p.i2ptunnel.access
Class InvalidDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.i2p.i2ptunnel.access.InvalidDefinitionException
-
- All Implemented Interfaces:
Serializable
public class InvalidDefinitionException extends Exception
Exception thrown if the filter definition file cannot be parsed for some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDefinitionException(String reason)
InvalidDefinitionException(String reason, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-