org.proteios.method
Class MethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.proteios.method.MethodException
- All Implemented Interfaces:
- Serializable
public class MethodException
- extends Exception
- Author:
- gregory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MethodException
public MethodException()
MethodException
public MethodException(String message)
- Parameters:
message -
MethodException
public MethodException(String message,
Throwable cause)
- Parameters:
message - cause -
MethodException
public MethodException(Throwable cause)
- Parameters:
cause -