org.apache.fulcrum.intake.validator
Class InvalidMaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.fulcrum.intake.IntakeException
              extended by 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

Constructor Summary
InvalidMaskException(String message)
          Creates a new InvalidMaskException instance.
InvalidMaskException(String message, Throwable cause)
          Creates a new InvalidMaskException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 exception
message - describing the reason validation failed.


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.