uk.co.lakesidetech.spxforms.exception
Class SpXFormsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byuk.co.lakesidetech.spxforms.exception.SpXFormsException
All Implemented Interfaces:
java.io.Serializable

public class SpXFormsException
extends org.springframework.core.NestedRuntimeException

Author:
Stuart Eccles
See Also:
Serialized Form

Constructor Summary
SpXFormsException(java.lang.String arg0)
           
SpXFormsException(java.lang.String arg0, java.lang.Throwable arg1)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpXFormsException

public SpXFormsException(java.lang.String arg0)
Parameters:
arg0 -

SpXFormsException

public SpXFormsException(java.lang.String arg0,
                         java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -