JTR 5.0 API Documentation

jtr.config
Class MissingFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jtr.config.MissingFactoryException
All Implemented Interfaces:
java.io.Serializable

public class MissingFactoryException
extends java.lang.RuntimeException

This exception is thrown whenever a required factory cannot be found.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
MissingFactoryException(java.lang.String msg)
          Creates a new instance of MissingFactoryException
MissingFactoryException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

MissingFactoryException

public MissingFactoryException(java.lang.String msg)
Creates a new instance of MissingFactoryException


MissingFactoryException

public MissingFactoryException(java.lang.String msg,
                               java.lang.Throwable cause)

The JTR Project is licensed under GPL version 2