jp.sourceforge.greflect
Class TypeViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.sourceforge.greflect.TypeViolationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UnresolvedTypeVariableException
public class TypeViolationException
- extends java.lang.Exception
TypeViolationException will throw when the target type is unmatch to the specified generic type
対象が指定したジェネリック型に一致しないときスローされます。
.
Responsibilities & Collaborations:
-
with
Notes & Descriptions:
(none)
SourceInfo:
$Id: TypeViolationException.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 |
TypeViolationException
public TypeViolationException()
TypeViolationException
public TypeViolationException(java.lang.String mes,
java.lang.Object... args)
TypeViolationException
public TypeViolationException(java.lang.Throwable th,
java.lang.String mes,
java.lang.Object... args)
Copyright © 2008 yo-zi. All Rights Reserved.