tools
Class ProCopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tools.ProCopeException
All Implemented Interfaces:
Serializable

public class ProCopeException
extends RuntimeException

This exception is thrown by various methods of this library. Please check out the JavaDocs of the respective class members.

This exception is a subclass of RuntimeException and does not have to be caught by a try/catch block.

Author:
Jan Krumsiek
See Also:
Serialized Form

Constructor Summary
ProCopeException(String msg)
          Constructs an LibraryNameException with the specified detail 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

ProCopeException

public ProCopeException(String msg)
Constructs an LibraryNameException with the specified detail message.

Parameters:
msg - the detail message.