com.rubecula.util
Class PresentationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rubecula.util.BaseException
              extended bycom.rubecula.util.PresentationException
All Implemented Interfaces:
java.io.Serializable

public class PresentationException
extends BaseException

Checked Exception for Presentation objects.

Version:
$Revision: 1.2 $
Author:
Robin Hillyard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PresentationException(java.lang.String message)
          Primary constructor for a new PresentationException.
PresentationException(java.lang.String message, java.lang.Throwable exception)
          Primary constructor for a new PresentationException.
 
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

PresentationException

public PresentationException(java.lang.String message)
Primary constructor for a new PresentationException.

Parameters:
message - the text of the exception message.

PresentationException

public PresentationException(java.lang.String message,
                             java.lang.Throwable exception)
Primary constructor for a new PresentationException.

Parameters:
message - the text of the exception message.