fable.python
Class SampleException

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

public class SampleException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SampleException(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

SampleException

public SampleException(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