org.tap4j.representer
Class RepresenterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tap4j.representer.RepresenterException
- All Implemented Interfaces:
- Serializable
public class RepresenterException
- extends RuntimeException
Exception thrown by representers.
- Since:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.