jmatlink
Class JMatLinkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjmatlink.JMatLinkException
All Implemented Interfaces:
java.io.Serializable

public class JMatLinkException
extends java.lang.RuntimeException

JMatLink specific exception This is the standard exeption for JMatLink.

See Also:
Serialized Form

Constructor Summary
JMatLinkException()
          Create a new exception object
JMatLinkException(java.lang.String text)
          Set the message text This is the standard exception for JMatLink.
 
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

JMatLinkException

public JMatLinkException()
Create a new exception object


JMatLinkException

public JMatLinkException(java.lang.String text)
Set the message text This is the standard exception for JMatLink. Each time a problem occurs this exception will be thrown. Other programs should watch out for the JMatLinkExeption and "catch" it in their programs.

Parameters:
text - = the text to display