com.ivata.mask.web.format
Class HTMLFormatterNullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ivata.mask.web.format.HTMLFormatterNullException
All Implemented Interfaces:
java.io.Serializable

public class HTMLFormatterNullException
extends java.lang.RuntimeException

An instance of this class gets thrown by the imformatter:format tag when it can't find an instance of HTMLFormatter.

Since:
ivata masks 0.4 (2002-02-17)
Version:
$Revision: 1.3 $
Author:
Colin MacLeod colin.macleod@ivata.com
See Also:
com.ivata.mask.web.theme.Theme, Serialized Form

Constructor Summary
HTMLFormatterNullException(java.lang.String messageParam)
           Creates a new instance of HTMLFormatterNullException.
 
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

HTMLFormatterNullException

public HTMLFormatterNullException(java.lang.String messageParam)

Creates a new instance of HTMLFormatterNullException.

Parameters:
messageParam - a clear error Message indicating what should be done to resolve this exception.


Copyright © 2001-2005 ivata limited. All Rights Reserved.