Package bluej.extensions2
Class InvocationErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- bluej.extensions2.ExtensionException
-
- bluej.extensions2.InvocationErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvocationErrorException extends ExtensionException
This exception will be thrown when an exception occurs during a method or constructor invocation. The most likely cause of this exception is the user cancelling a long-running object construction or method invocation from the GUI.- See Also:
- Serialized Form