greflect
0.11-DRAFT

jp.sourceforge.greflect
Class TypeViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
  1. with
Notes & Descriptions:
(none)
SourceInfo:
$Id: TypeViolationException.java 106 2008-05-29 15:06:37Z yo-zi $

Author:
yo-zi
See Also:
Serialized Form

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

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)

greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.