tools
Class ProCopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProCopeException
public ProCopeException(String msg)
- Constructs an
LibraryNameException
with the
specified detail message.
- Parameters:
msg
- the detail message.