org.eclipse.actf.validation.javapp.aspects
Class IllegalTerminationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.eclipse.actf.validation.javapp.aspects.IllegalTerminationError
All Implemented Interfaces:
Serializable

public class IllegalTerminationError
extends Error

Author:
Mike Squillace
See Also:
Serialized Form

Constructor Summary
IllegalTerminationError()
           
IllegalTerminationError(String message)
           
IllegalTerminationError(String message, Throwable cause)
           
IllegalTerminationError(Throwable cause)
           
 
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

IllegalTerminationError

public IllegalTerminationError()

IllegalTerminationError

public IllegalTerminationError(String message)
Parameters:
message -

IllegalTerminationError

public IllegalTerminationError(String message,
                               Throwable cause)
Parameters:
message -
cause -

IllegalTerminationError

public IllegalTerminationError(Throwable cause)
Parameters:
cause -