org.pfsw.plugin
Class ClassRegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.plugin.ClassRegistryException
All Implemented Interfaces:
java.io.Serializable

public class ClassRegistryException
extends java.lang.Exception

A generic exception for all problems that occur within the class registry.

See Also:
Serialized Form

Constructor Summary
ClassRegistryException(java.lang.String msg)
          Initialize the new instance with a 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

ClassRegistryException

public ClassRegistryException(java.lang.String msg)
Initialize the new instance with a message.