JFormDesigner 5.0.4 Runtime API

com.jformdesigner.runtime
Class NoSuchComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jformdesigner.runtime.NoSuchComponentException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchComponentException
extends java.lang.RuntimeException

Thrown when a particular component cannot be found.

See Also:
Serialized Form

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

NoSuchComponentException

public NoSuchComponentException(java.lang.String message)
Constructs a NoSuchComponentException with a detail message.

Parameters:
message - The detail message.

JFormDesigner 5.0.4 Runtime API

Copyright (C) 2004-2012 FormDev Software GmbH. All rights reserved.