Class ParameterNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fr.univ_artois.lgi2a.similar2logo.lib.tools.html.ParameterNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ParameterNotFoundException extends RuntimeException
An exception thrown if a parameter cannot be found- Author:
- Gildas Morvan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterNotFoundException()
Builds a new instance of this exceptionParameterNotFoundException(Throwable cause)
Builds a new instance of this exception with the given cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParameterNotFoundException
public ParameterNotFoundException()
Builds a new instance of this exception
-
ParameterNotFoundException
public ParameterNotFoundException(Throwable cause)
Builds a new instance of this exception with the given cause- Parameters:
cause
- the cause of the exception
-
-