org.apache.fulcrum.intake.validator
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
public class InvalidMaskException
- extends IntakeException
An Exception indidate an invalid field mask.
- Version:
- $Id: InvalidMaskException.java 535465 2007-05-05 06:58:06Z tv $
- Author:
- Quinton McCombs, Thomas Vandahl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMaskException
public InvalidMaskException(String message)
- Creates a new
InvalidMaskException
instance.
- Parameters:
message
- describing the reason validation failed.
InvalidMaskException
public InvalidMaskException(String message,
Throwable cause)
- Creates a new
InvalidMaskException
instance.
- Parameters:
cause
- Cause of the exceptionmessage
- describing the reason validation failed.
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.