org.millstone.webadapter
Class ThemeSource.ThemeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.millstone.webadapter.ThemeSource.ThemeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ThemeSource

public static class ThemeSource.ThemeException
extends java.lang.Exception

Theme exception. Thrown by classes implementing the ThemeSource interface if some error occurs during processing.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.
See Also:
Serialized Form

Constructor Summary
ThemeSource.ThemeException(java.lang.String description)
          Create new theme exception.
 
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

ThemeSource.ThemeException

public ThemeSource.ThemeException(java.lang.String description)
Create new theme exception.

Parameters:
description - Error message.


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.