Package com.goatshriek.rubydragon
Class DragonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.goatshriek.rubydragon.DragonException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingDragonDependency
A generic exception from RubyDragon.
This class shouldn't be used directly, instead it should be extended and then
the more specific child should be thrown instead.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DragonException
A new generic RubyDragon exception.- Parameters:
message
- A description of the issue encountered.
-