greflect
0.11-DRAFT

jp.sourceforge.greflect
Class UnresolvedTypeVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jp.sourceforge.greflect.TypeViolationException
              extended by jp.sourceforge.greflect.UnresolvedTypeVariableException
All Implemented Interfaces:
java.io.Serializable

public class UnresolvedTypeVariableException
extends TypeViolationException

UnresolvedTypeVariableException will throw when the type variable of the specified generic type cannot be resolved
指定したジェネリック型の型変数が解決できないときスローされます。 .

Responsibilities & Collaborations:
  1. with
Notes & Descriptions:
(none)
SourceInfo:
$Id: UnresolvedTypeVariableException.java 106 2008-05-29 15:06:37Z yo-zi $

Author:
yo-zi
See Also:
Serialized Form

Constructor Summary
UnresolvedTypeVariableException()
           
UnresolvedTypeVariableException(java.lang.String mes, java.lang.Object... args)
           
UnresolvedTypeVariableException(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

UnresolvedTypeVariableException

public UnresolvedTypeVariableException()

UnresolvedTypeVariableException

public UnresolvedTypeVariableException(java.lang.String mes,
                                       java.lang.Object... args)

UnresolvedTypeVariableException

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

greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.