com.lokan.gmlib
Class GMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lokan.gmlib.GMException
All Implemented Interfaces:
java.io.Serializable

public class GMException
extends java.lang.RuntimeException

Main exceptions class for package.

See Also:
Serialized Form

Constructor Summary
GMException()
          Creates a new instance of GMException.
GMException(java.lang.String message)
          Creates a new instance of GMException.
GMException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of GMException.
GMException(java.lang.Throwable cause)
          Creates a new instance of GMException.
 
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

GMException

public GMException()
Creates a new instance of GMException.


GMException

public GMException(java.lang.String message)
Creates a new instance of GMException.

Parameters:
message - Message.

GMException

public GMException(java.lang.Throwable cause)
Creates a new instance of GMException.

Parameters:
cause - Cause.

GMException

public GMException(java.lang.String message,
                   java.lang.Throwable cause)
Creates a new instance of GMException.

Parameters:
message - Message.
cause - Cause.


Copyright © 2007. All Rights Reserved.