greflect
0.11-DRAFT

jp.sourceforge.greflect
Class ReflectionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by jp.sourceforge.greflect.ReflectionError
All Implemented Interfaces:
java.io.Serializable

public class ReflectionError
extends java.lang.Error

ReflectionError will throw when the situation outside assumption is happened and when the operation can not be continued
リフレクション操作において想定外の事態が発生し、処理を継続できないときスローされます。 .

Responsibilities & Collaborations:
  1. with
Notes & Descriptions:
(none)
SourceInfo:
$Id: ReflectionError.java 103 2008-05-29 02:51:11Z yo-zi $

Author:
yo-zi
See Also:
Serialized Form

Constructor Summary
ReflectionError(java.lang.Throwable th, java.lang.String mes, java.lang.Object... args)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionError

public ReflectionError(java.lang.Throwable th,
                       java.lang.String mes,
                       java.lang.Object... args)

greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.