org.andromda.translation.ocl.testsuite
Class ContextElementFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.translation.ocl.testsuite.ContextElementFinderException
All Implemented Interfaces:
Serializable

public class ContextElementFinderException
extends RuntimeException

Any unchecked exception that will be thrown when an unexpected ContextElementFinder error occurs.

See Also:
Serialized Form

Constructor Summary
ContextElementFinderException(String msg)
          Constructs an instance of ContextElementFinderException.
ContextElementFinderException(String msg, Throwable th)
          Constructs an instance of ContextElementFinderException.
ContextElementFinderException(Throwable th)
          Constructs an instance of ContextElementFinderException.
 
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

ContextElementFinderException

public ContextElementFinderException(Throwable th)
Constructs an instance of ContextElementFinderException.

Parameters:
th -

ContextElementFinderException

public ContextElementFinderException(String msg)
Constructs an instance of ContextElementFinderException.

Parameters:
msg -

ContextElementFinderException

public ContextElementFinderException(String msg,
                                     Throwable th)
Constructs an instance of ContextElementFinderException.

Parameters:
msg -
th -


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.