org.javaruntype.exceptions
Class TypeRecognitionException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by org.javaruntype.exceptions.TypeRecognitionException
All Implemented Interfaces:
Serializable

public class TypeRecognitionException
extends RuntimeException

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
TypeRecognitionException(String message)
           
TypeRecognitionException(String message, Throwable t)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeRecognitionException

public TypeRecognitionException(String message)

TypeRecognitionException

public TypeRecognitionException(String message,
                                Throwable t)


Copyright © 2012 The JAVARUNTYPE team. All Rights Reserved.