Class NoSuchComponentException

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

public class NoSuchComponentException extends RuntimeException
Thrown when a particular component cannot be found.
See Also:
  • Constructor Details

    • NoSuchComponentException

      public NoSuchComponentException(String message)
      Constructs a NoSuchComponentException with a detail message.
      Parameters:
      message - The detail message.