Package com.scroogexhtml.converter
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.scroogexhtml.converter.ConversionException
-
- All Implemented Interfaces:
Serializable
public class ConversionException extends RuntimeException
The ConversionException class encapsulates fatal conversion errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionException(Throwable 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
-
ConversionException
public ConversionException(Throwable cause)
- Parameters:
cause
- of the exception
-
-