Class InvalidMaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.intake.IntakeException
org.apache.fulcrum.intake.validator.InvalidMaskException
- All Implemented Interfaces:
Serializable
An Exception indidate an invalid field mask.
- Version:
- $Id$
- Author:
- Quinton McCombs, Thomas Vandahl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMaskException
(String message) Creates a newInvalidMaskException
instance.InvalidMaskException
(String message, Throwable cause) Creates a newInvalidMaskException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMaskException
Creates a newInvalidMaskException
instance.- Parameters:
message
- describing the reason validation failed.
-
InvalidMaskException
Creates a newInvalidMaskException
instance.- Parameters:
message
- describing the reason validation failed.cause
- Cause of the exception
-