Klasse InvalidMaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.intake.IntakeException
org.apache.fulcrum.intake.validator.InvalidMaskException
- Alle implementierten Schnittstellen:
Serializable
An Exception indidate an invalid field mask.
- Version:
- $Id$
- Autor:
- Quinton McCombs, Thomas Vandahl
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInvalidMaskException
(String message) Creates a newInvalidMaskException
instance.InvalidMaskException
(String message, Throwable cause) Creates a newInvalidMaskException
instance. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
InvalidMaskException
Creates a newInvalidMaskException
instance.- Parameter:
message
- describing the reason validation failed.
-
InvalidMaskException
Creates a newInvalidMaskException
instance.- Parameter:
message
- describing the reason validation failed.cause
- Cause of the exception
-