org.pf.plugin
Class ClassRegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.pf.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.

Version:
1.0
Author:
Manfred Duchrow
See Also:
Serialized Form

Constructor Summary
ClassRegistryException(java.lang.String msg)
          Initialize the new instance with a message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassRegistryException

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