sf logo

sf.qof.exception
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sf.qof.exception.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends RuntimeException

A validation exception. Thrown during the validation and generation process.

See Also:
Serialized Form

Constructor Summary
ValidationException(String message)
          Creates a ValidationException.
 
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

ValidationException

public ValidationException(String message)
Creates a ValidationException.

Parameters:
message - the error message

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.