Package jaxx.runtime.swing
Class JAXXRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jaxx.runtime.swing.JAXXRuntimeException
-
- All Implemented Interfaces:
Serializable
public class JAXXRuntimeException extends RuntimeException
A special runtime exception to catch special errors fro- Since:
- 2.5.19
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JAXXRuntimeException()JAXXRuntimeException(String message)JAXXRuntimeException(String message, Throwable cause)JAXXRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-