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
Exception thrown if the filter definition file cannot be
parsed for some reason.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidDefinitionException
(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
-
Constructor Details
-
InvalidDefinitionException
-
InvalidDefinitionException
-