Package jodd.paramo
Class ParamoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jodd.exception.UncheckedException
-
- jodd.paramo.ParamoException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParamoException extends jodd.exception.UncheckedExceptionException thrown onParamoproblems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParamoException(java.lang.String message)ParamoException(java.lang.String message, java.lang.Throwable t)ParamoException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class jodd.exception.UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
-
-