org.iso.mpeg.mpegj.net
Class AccessLayerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.net.AccessLayerException

public class AccessLayerException
extends MPEGJException

See Also:
Serialized Form

Field Summary
static int ACCESS_LAYER_NOT_FOUND
           
static int BAD_URL_STRING
           
static int INVALID_QOSDATA
           
static int INVALID_QUALIFIER_VALUE_TYPE
           
static int INVALID_QUALIFIERTAG
           
static int INVALID_SERVICE_SESSION_ID
           
static int INVALID_STREAMPRIORITY
           
 
Constructor Summary
AccessLayerException()
          This constructor allows a method to throw an exception related to the underlying Access Layer.
AccessLayerException(int gripe)
          This constructor allows a method to throw an exception related to the underlying Access Layer.
 
Method Summary
 int getValue()
          This method enables the application to know the illegal parameter that caused the AccessLayerException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_SERVICE_SESSION_ID

public static final int INVALID_SERVICE_SESSION_ID

INVALID_STREAMPRIORITY

public static final int INVALID_STREAMPRIORITY

INVALID_QOSDATA

public static final int INVALID_QOSDATA

INVALID_QUALIFIERTAG

public static final int INVALID_QUALIFIERTAG

BAD_URL_STRING

public static final int BAD_URL_STRING

INVALID_QUALIFIER_VALUE_TYPE

public static final int INVALID_QUALIFIER_VALUE_TYPE

ACCESS_LAYER_NOT_FOUND

public static final int ACCESS_LAYER_NOT_FOUND
Constructor Detail

AccessLayerException

public AccessLayerException()
This constructor allows a method to throw an exception related to the underlying Access Layer.

AccessLayerException

public AccessLayerException(int gripe)
This constructor allows a method to throw an exception related to the underlying Access Layer.
Parameters:
Gripe - input parameter int, allows the application to know the reason of the exception. It can assume a constant value defined in this class.
Method Detail

getValue

public int getValue()
This method enables the application to know the illegal parameter that caused the AccessLayerException
Returns:
An integer value defined in the class, indicating the wrong input parameter