Package jade
Class BootException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.BootException
-
- All Implemented Interfaces:
Serializable
public class BootException extends Exception
This exception is thrown by the methodcheckPropertiesin classBootwhen an inconsistency of the configuration parameters is found.- Version:
- $Date$ $Revision$
- Author:
- Tiziana Trucco - CSELT S.p.A.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BootException
public BootException(String msg)
-
-