Package oms3
Class ComponentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- oms3.ComponentException
-
- All Implemented Interfaces:
Serializable
public class ComponentException extends RuntimeException
Component Exception.- Author:
- od
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentException(String msg)ComponentException(Throwable cause, Object comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetSource()Get the component that caused the exception-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-