bt747.sys.interfaces
Class BT747Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bt747.sys.interfaces.BT747Exception
All Implemented Interfaces:
java.io.Serializable

public class BT747Exception
extends java.lang.Exception

Author:
Mario
See Also:
Serialized Form

Field Summary
static java.lang.String ERR_COULD_NOT_OPEN
           
 
Constructor Summary
BT747Exception(java.lang.String msg)
           
BT747Exception(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_COULD_NOT_OPEN

public static final java.lang.String ERR_COULD_NOT_OPEN
See Also:
Constant Field Values
Constructor Detail

BT747Exception

public BT747Exception(java.lang.String msg)

BT747Exception

public BT747Exception(java.lang.String msg,
                      java.lang.Throwable e)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable