org.csapi.jr.se
Class InvalidUnionAccessorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.csapi.jr.se.InvalidArgumentException
|
+--org.csapi.jr.se.InvalidUnionAccessorException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidUnionAccessorException
- extends InvalidArgumentException
Thrown when the expected data element has not been set
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidUnionAccessorException
public InvalidUnionAccessorException()
InvalidUnionAccessorException
public InvalidUnionAccessorException(java.lang.String message)
InvalidUnionAccessorException
public InvalidUnionAccessorException(java.lang.String message,
java.lang.Throwable cause)
InvalidUnionAccessorException
public InvalidUnionAccessorException(java.lang.Throwable cause)