fable.python
Class FabioFileException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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)
 
            | 
 
 
| 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 | 
 
FabioFileException
public FabioFileException(java.lang.String myclassname,
                          java.lang.String mymethod,
                          java.lang.String mymessage)
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