procope.tools.userclasses
Class UserClassSpecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by procope.tools.userclasses.UserClassSpecException
All Implemented Interfaces:
Serializable

public class UserClassSpecException
extends SAXException

Thrown if a user scores calculator or clusterer could not no be loaded from the respective XML file due to specification errors (e.g. missing attributes).

Author:
Jan Krumsiek
See Also:
UserClusterer, UserScoresCalculator, Serialized Form

Constructor Summary
UserClassSpecException()
          Creates a new UserClassSpecException
UserClassSpecException(String msg)
          Creates a new UserClassSpecException with the given message
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserClassSpecException

public UserClassSpecException()
Creates a new UserClassSpecException


UserClassSpecException

public UserClassSpecException(String msg)
Creates a new UserClassSpecException with the given message

Parameters:
msg -