
| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.InvalidOperationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.objectspace.jgl.InvalidOperationException
- public class InvalidOperationException
- extends RuntimeException
InvalidOperationException is a runtime exception that is thrown when a container
is asked to perform an inappropriate operation.
-
InvalidOperationException()
- Constructs a InvalidOperationException with no detail message.
-
InvalidOperationException(String)
- Constructs a InvalidOperationException with the specified detail message.
InvalidOperationException
public InvalidOperationException()
- Constructs a InvalidOperationException with no detail message.
A detail message is a String that describes this particular exception.
InvalidOperationException
public InvalidOperationException(String message)
- Constructs a InvalidOperationException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- message - The detail message.
All Packages Class Hierarchy This Package Previous Next Index