Package org.apache.stylebook
Class LoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.stylebook.LoadingException
- All Implemented Interfaces:
Serializable
A LoadingException is thrown whenever the Loaded cannot load and create a
project.
- Version:
- CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new LoadingException instance.Create a new LoadingException instance with a specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoadingException
public LoadingException()Create a new LoadingException instance. -
LoadingException
Create a new LoadingException instance with a specified detail message.- Parameters:
m
- The detail message.
-