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

Constructor Summary
InvalidUnionAccessorException()
           
InvalidUnionAccessorException(java.lang.String message)
           
InvalidUnionAccessorException(java.lang.String message, java.lang.Throwable cause)
           
InvalidUnionAccessorException(java.lang.Throwable cause)
           
 
Methods inherited from class org.csapi.jr.se.InvalidArgumentException
getCause
 
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
 

Constructor Detail

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)