GRASS
Class GRASSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--GRASS.GRASSException

public class GRASSException
extends java.lang.Exception

Signals that exception in GRASS library has occurred.

See Also:
Serialized Form

Constructor Summary
GRASSException()
          Construct GRASSException with no specific message.
GRASSException(java.lang.String msg)
          Construct GRASSException with specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GRASSException

public GRASSException()
Construct GRASSException with no specific message.

GRASSException

public GRASSException(java.lang.String msg)
Construct GRASSException with specified message.
Parameters:
msg - detailed message


GRASS-JNI Home Page