patterntesting.check.runtime
Class DeprecatedCodeException

Package class diagram package DeprecatedCodeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by patterntesting.check.runtime.DeprecatedCodeException
All Implemented Interfaces:
Serializable

public class DeprecatedCodeException
extends RuntimeException

The Class DeprecatedCodeException.

Since:
17.02.2009
Version:
$Revision: 1.1 $
Author:
oliver
See Also:
Serialized Form

Constructor Summary
DeprecatedCodeException(JoinPoint jp)
          Instantiates a new DeprectedCodeException.
 
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

DeprecatedCodeException

public DeprecatedCodeException(JoinPoint jp)
Instantiates a new DeprectedCodeException.

Parameters:
jp - the Joinpoint from the context which is deprecated.


Copyright © 2002–2014 PatternTesting Team. All rights reserved.