Package com.jamesmurty.utils
Class XMLBuilderRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jamesmurty.utils.XMLBuilderRuntimeException
-
- All Implemented Interfaces:
Serializable
public class XMLBuilderRuntimeException extends RuntimeException
A runtime exception class used inXMLBuilder2
to wrap any exceptions that would otherwise lead to checked exceptions in the interface.- Author:
- jmurty
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLBuilderRuntimeException(Exception exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XMLBuilderRuntimeException
public XMLBuilderRuntimeException(Exception exception)
- Parameters:
exception
- cause exception to be wrapped
-
-