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:
java.io.Serializable
public class XMLBuilderRuntimeException extends java.lang.RuntimeException
A runtime exception class used inXMLBuilder2
to wrap any exceptions that would otherwise lead to checked exceptions in the interface.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description XMLBuilderRuntimeException(java.lang.Exception exception)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-