Package com.jformdesigner.runtime
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchComponentException(String message)Constructs aNoSuchComponentExceptionwith a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchComponentException
public NoSuchComponentException(String message)
Constructs aNoSuchComponentExceptionwith a detail message.- Parameters:
message- The detail message.
-
-