fable.python
Class SampleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
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 |
SampleException
public SampleException(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