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

Constructor Summary
MethodCallException()
           
MethodCallException(String message)
           
MethodCallException(String s, Throwable cause)
           
MethodCallException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodCallException

public MethodCallException()

MethodCallException

public MethodCallException(String message)

MethodCallException

public MethodCallException(Throwable cause)

MethodCallException

public MethodCallException(String s,
                           Throwable cause)
Method Detail

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