Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.ucsb.ccs.jcontractor.transformation
Class AbortTransformationException  view AbortTransformationException download AbortTransformationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.ucsb.ccs.jcontractor.transformation.AbortTransformationException
All Implemented Interfaces:
java.io.Serializable

public class AbortTransformationException
extends java.lang.Exception

An exception that will be thrown by a Transformation when an error occurs that requires that the ClassTransformer abort all subsequent transformations.

Version:
$Id: AbortTransformationException.java,v 1.2 2002/01/15 02:28:19 parkera Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AbortTransformationException(java.lang.String message)
          Create a new exception with the specified error message.
 
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

AbortTransformationException

public AbortTransformationException(java.lang.String message)
Create a new exception with the specified error message. The message should be something that would be appropriate to print out so that the user knows what went wrong.