org.apache.stylebook
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stylebook.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends Exception

A InitializationException is thrown whenever a Component cannot be initialized for any reason.

Version:
CVS $Revision: 313195 $ $Date: 1999-11-15 22:08:18 +0000 (Mon, 15 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
See Also:
Serialized Form

Constructor Summary
InitializationException()
          Create a new InitializationException instance.
InitializationException(String m)
          Create a new InitializationException instance with a specified detail message.
 
Method Summary
 
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

InitializationException

public InitializationException()
Create a new InitializationException instance.


InitializationException

public InitializationException(String m)
Create a new InitializationException instance with a specified detail message.

Parameters:
m - The detail message.