jgb.builder.utils
Class MethodCallException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jgb.builder.utils.MethodCallException
- All Implemented Interfaces:
- Serializable
- public class MethodCallException
- extends Exception
- Since:
- 0.2a
- Author:
- Francois Beausoleil, fbos@users.sourceforge.net
- See Also:
- Serialized Form
MethodCallException
public MethodCallException()
MethodCallException
public MethodCallException(String message)
MethodCallException
public MethodCallException(Throwable cause)
MethodCallException
public MethodCallException(String s,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright 2002-2003, François Beausoleil, All Rights Reserved