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

Field Summary
private  Exception ex
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MOPException()
           
MOPException(Exception e)
           
MOPException(String message)
           
 
Method Summary
 void printStackTrace(PrintStream o)
           
 void printStackTrace(PrintWriter o)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ex

private Exception ex
Constructor Detail

MOPException

public MOPException()

MOPException

public MOPException(Exception e)

MOPException

public MOPException(String message)
Method Detail

printStackTrace

public void printStackTrace(PrintWriter o)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream o)
Overrides:
printStackTrace in class Throwable

SourceForge.net_Logo