edu.rutgers.winlab.jmfapi
Class CException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rutgers.winlab.jmfapi.CException
All Implemented Interfaces:
java.io.Serializable

public class CException
extends java.lang.Exception

Exception class that is used to handle exceptions occurred in jni or c code

See Also:
Serialized Form

Constructor Summary
CException()
           
CException(java.lang.String message)
          See normal Java Exceptions as reference
CException(java.lang.String message, java.lang.Throwable cause)
          See normal Java Exceptions as reference
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CException

public CException()

CException

public CException(java.lang.String message)
See normal Java Exceptions as reference

Parameters:
message - contains the error message

CException

public CException(java.lang.String message,
                  java.lang.Throwable cause)
See normal Java Exceptions as reference

Parameters:
message - contains the error message
cause -