Package com.sudicode.fb2gh
Class FB2GHException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sudicode.fb2gh.FB2GHException
-
- All Implemented Interfaces:
Serializable
public class FB2GHException extends Exception
Exception thrown by FB2GH.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FB2GHException(String message)
Construct a newFB2GHException
with the specified message.FB2GHException(String message, Throwable cause)
Construct a newFB2GHException
with the specified message and cause.FB2GHException(Throwable cause)
Construct a newFB2GHException
with the specified cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FB2GHException
public FB2GHException(String message)
Construct a newFB2GHException
with the specified message.- Parameters:
message
- The message
-
FB2GHException
public FB2GHException(Throwable cause)
Construct a newFB2GHException
with the specified cause.- Parameters:
cause
- The cause
-
-