com.samskivert.servlet.util
Class DataValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.samskivert.servlet.util.FriendlyException
              extended by com.samskivert.servlet.util.DataValidationException
All Implemented Interfaces:
Serializable

public class DataValidationException
extends FriendlyException

A data validation exception is thrown when a value supplied in a form element is not valid.

See Also:
ParameterUtil, Serialized Form

Constructor Summary
DataValidationException(String message)
           
 
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

DataValidationException

public DataValidationException(String message)


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.