org.tap4j.representer
Class RepresenterException

Package class diagram package RepresenterException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tap4j.representer.RepresenterException
All Implemented Interfaces:
Serializable

public class RepresenterException
extends RuntimeException

Exception thrown by representers.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
RepresenterException()
          Default constructor.
RepresenterException(String message)
           
RepresenterException(String message, Throwable cause)
          Constructor with parameter.
RepresenterException(Throwable cause)
           
 
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

RepresenterException

public RepresenterException()
Default constructor.


RepresenterException

public RepresenterException(String message,
                            Throwable cause)
Constructor with parameter.

Parameters:
message -
cause -

RepresenterException

public RepresenterException(String message)
Parameters:
message -

RepresenterException

public RepresenterException(Throwable cause)
Parameters:
cause -


Copyright © 2010-2012 TupiLabs. All Rights Reserved.