Package org.harctoolbox.girr
Class GirrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.harctoolbox.girr.GirrException
- All Implemented Interfaces:
Serializable
Exception for errors in Girr.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor without arguments.GirrException
(String string) Exception constructor.Exception constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GirrException
Exception constructor.- Parameters:
string
-
-
GirrException
Exception constructor.- Parameters:
ex
-
-
GirrException
public GirrException()Constructor without arguments.
-