com.tibco.forms.client
Class FormRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tibco.forms.client.FormRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class FormRuntimeException
extends java.lang.RuntimeException

Wraps form runtime errors.

Since:
2.2.2
See Also:
Serialized Form

Constructor Summary
FormRuntimeException(java.lang.String message)
          Constructs a new FormRuntimeException.
 
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

FormRuntimeException

public FormRuntimeException(java.lang.String message)
Constructs a new FormRuntimeException.

Parameters:
message - The detailed message.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.