comparatorreflector
Class ComparatorReflectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--comparatorreflector.ComparatorReflectorException
All Implemented Interfaces:
Serializable

public class ComparatorReflectorException
extends RuntimeException

Exception created to treat exceptions created in ComparatorReflector class.

Version:
$Revision: 1.1 $
Author:
Rafael U. C. Afonso (See LICENCE.txt for more Details)
See Also:
ComparatorReflector, RuntimeException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ComparatorReflectorException()
          Default Constructor.
ComparatorReflectorException(String arg0)
          Constructor with message.
ComparatorReflectorException(String arg0, Throwable arg1)
          Constructor with message and a Throwable.
ComparatorReflectorException(Throwable arg0)
          Constructor with some Throwable
 
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

ComparatorReflectorException

public ComparatorReflectorException()
Default Constructor.


ComparatorReflectorException

public ComparatorReflectorException(String arg0)
Constructor with message.

Parameters:
arg0 - Message

ComparatorReflectorException

public ComparatorReflectorException(Throwable arg0)
Constructor with some Throwable

Parameters:
arg0 - A Throwable

ComparatorReflectorException

public ComparatorReflectorException(String arg0,
                                    Throwable arg1)
Constructor with message and a Throwable.

Parameters:
arg0 - A Message
arg1 - A Throwable