openjava.mop
Class MOPException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--openjava.mop.MOPException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AmbiguousClassesException, CannotAlterException, CannotExecuteException, CannotInspectException, NoSuchMemberException, OJClassNotFoundException
- public class MOPException
- extends Exception
MOPException is thrown if the requested introspection or intercession
cannot be performed on the class, field, method or constructor object.
- Since:
- %SOFTWARE% 1.0
- Version:
- 1.0
- Author:
- Michiaki Tatsubori
- See Also:
Object
,
Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
ex
private Exception ex
MOPException
public MOPException()
MOPException
public MOPException(Exception e)
MOPException
public MOPException(String message)
printStackTrace
public void printStackTrace(PrintWriter o)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream o)
- Overrides:
printStackTrace
in class Throwable