com.bea.jvm
Class UnapplicableMethodException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.jvm.UnapplicableMethodException
All Implemented Interfaces:
java.io.Serializable

public class UnapplicableMethodException
extends java.lang.Exception

Exception thrown by various parts of the ProfilingSystem whenever the method used as an argument to a method isn't applicable, either because of some modifier, or because the functionality hasn't been activated for that specific method.

Author:
Calle Wilund
See Also:
Serialized Form

Constructor Summary
UnapplicableMethodException()
          Constructor.
UnapplicableMethodException(java.lang.String msg)
          Constructor.
 
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

UnapplicableMethodException

public UnapplicableMethodException()
Constructor.

See Also:
Exception.Exception()

UnapplicableMethodException

public UnapplicableMethodException(java.lang.String msg)
Constructor.

See Also:
Exception.Exception(java.lang.String)