net.sf.jcgm.core
Class CgmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jcgm.core.CgmException
All Implemented Interfaces:
java.io.Serializable

public class CgmException
extends java.lang.Exception

Wrapper around exception for CGM specific exceptions.

Since:
May 7, 2010
Version:
$Id: $
Author:
xphc (Philippe Cadé)
See Also:
Serialized Form

Constructor Summary
CgmException()
           
CgmException(java.lang.String message)
           
CgmException(java.lang.String message, java.lang.Throwable cause)
           
CgmException(java.lang.Throwable cause)
           
 
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

CgmException

public CgmException()

CgmException

public CgmException(java.lang.String message)

CgmException

public CgmException(java.lang.Throwable cause)

CgmException

public CgmException(java.lang.String message,
                    java.lang.Throwable cause)


Part of the jcgm library http://jcgm.sourceforge.net/