com.shimari.fxtp
Class FXTP_Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.shimari.fxtp.FXTP_Exception
All Implemented Interfaces:
java.io.Serializable

public class FXTP_Exception
extends java.lang.Exception

An error at the FXTP layer

See Also:
Serialized Form

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

FXTP_Exception

public FXTP_Exception(java.lang.String message)

FXTP_Exception

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