jade
Class BootException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.BootException

public class BootException
extends java.lang.Exception

This exception is thrown by the method checkProperties in class Boot when an inconsistency of the configuration parameters is found.

Author:
Tiziana Trucco - CSELT S.p.A.
See Also:
Serialized Form

Constructor Summary
BootException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootException

public BootException(java.lang.String msg)