jp.sourceforge.greflect
Class UnresolvedTypeVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.sourceforge.greflect.TypeViolationException
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:
-
with
Notes & Descriptions:
(none)
SourceInfo:
$Id: UnresolvedTypeVariableException.java 106 2008-05-29 15:06:37Z yo-zi $
- Author:
- yo-zi
- See Also:
- Serialized Form
| 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 |
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)
Copyright © 2008 yo-zi. All Rights Reserved.