com.rubecula.util
Class PresentationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rubecula.util.BaseException
                    |
                    +--com.rubecula.util.PresentationException
All Implemented Interfaces:
java.io.Serializable

public class PresentationException
extends BaseException

Checked Exception for Presentation objects.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PresentationException(java.lang.String message)
          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.