com.tibco.webcomp.client
Class WebCompRuntimeException

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

public class WebCompRuntimeException
extends java.lang.RuntimeException

Wraps WebComp runtime errors.

©2014 Cloud Software Group, Inc.

Since:
3.0.0
See Also:
Serialized Form

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

WebCompRuntimeException

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

Parameters:
message - The detailed message.


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