net.sourceforge.formview
Class FormViewException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.formview.FormViewException
All Implemented Interfaces:
java.io.Serializable

public class FormViewException
extends java.lang.Exception

Dec=scription : Form view exception.

Version:
1.0.0
Author:
Angelo ZERR
See Also:
Serialized Form

Constructor Summary
FormViewException()
          Constructs an Exception with no specified detail message.
FormViewException(java.lang.String message)
          Constructs an Exception with the specified detail 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

FormViewException

public FormViewException()
Constructs an Exception with no specified detail message.


FormViewException

public FormViewException(java.lang.String message)
Constructs an Exception with the specified detail message.

Parameters:
message - The error message.


Copyright 2006 null. All Rights Reserved.