Class java.io.MethodMissingException
All Packages Class Hierarchy This Package Previous Next Index
Class java.io.MethodMissingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.io.ObjectStreamException
|
+----java.io.MethodMissingException
- public class MethodMissingException
- extends ObjectStreamException
-
MethodMissingException()
-
-
MethodMissingException(String)
- Raised when the runtime detects that a required method is
missing or that a method has been invoked improperly.
MethodMissingException
public MethodMissingException(String reason)
- Raised when the runtime detects that a required method is
missing or that a method has been invoked improperly.
MethodMissingException
public MethodMissingException()
All Packages Class Hierarchy This Package Previous Next Index