fable.python
Class FabioFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fable.python.FabioFileException
All Implemented Interfaces:
java.io.Serializable

public class FabioFileException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
FabioFileException(java.lang.String myclassname, java.lang.String mymethod, java.lang.String mymessage)
           
 
Method Summary
 java.lang.String getClassname()
           
 java.lang.String getMessage()
           
 java.lang.String getMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FabioFileException

public FabioFileException(java.lang.String myclassname,
                          java.lang.String mymethod,
                          java.lang.String mymessage)
Method Detail

getClassname

public java.lang.String getClassname()
Returns:
the classname

getMethod

public java.lang.String getMethod()
Returns:
the method

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
Returns:
the message

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable