jcolibri.exception
Class IncompatibleMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcolibri.exception.IncompatibleMethodException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleMethodException
extends java.lang.Exception

Exception attempting to add a method incompatible with the context.

Author:
Juan José Bello
See Also:
Serialized Form

Constructor Summary
IncompatibleMethodException()
          Creates a new IncompatibleMethodException without detail message.
IncompatibleMethodException(java.lang.String msg)
          Creates a new IncompatibleMethodException with the specified detail message.
IncompatibleMethodException(java.lang.Throwable th)
          Constructs a new IncompatibleMethodException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

IncompatibleMethodException

public IncompatibleMethodException()
Creates a new IncompatibleMethodException without detail message.


IncompatibleMethodException

public IncompatibleMethodException(java.lang.String msg)
Creates a new IncompatibleMethodException with the specified detail message.

Parameters:
msg - detail message.

IncompatibleMethodException

public IncompatibleMethodException(java.lang.Throwable th)
Constructs a new IncompatibleMethodException with the specified detail message.

Parameters:
th - cause of the exception.