webwork.util
Class ComplexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywebwork.util.ComplexException
All Implemented Interfaces:
java.io.Serializable

public class ComplexException
extends java.lang.Exception

This exception is thrown from the constructor of the SimpleTest class when it notices that an expression is too complex for it to handle.

Version:
$Revision: 1.1 $
Author:
Dick Zetterberg (dick@transitor.se)
See Also:
SimpleTest, Serialized Form

Constructor Summary
ComplexException()
           
ComplexException(java.lang.String msg)
           
 
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

ComplexException

public ComplexException()

ComplexException

public ComplexException(java.lang.String msg)


Copyright © 2001-2003 WebWork All Rights Reserved.