org.eclipse.jdt.internal.formatter
Class AbortFormatting

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jdt.internal.formatter.AbortFormatting
All Implemented Interfaces:
java.io.Serializable

public class AbortFormatting
extends java.lang.RuntimeException

Unchecked exception wrapping invalid input checked exception which may occur when scanning original formatted source.

Since:
2.1
See Also:
Serialized Form

Constructor Summary
AbortFormatting(java.lang.String message)
           
AbortFormatting(java.lang.Throwable nestedException)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortFormatting

public AbortFormatting(java.lang.String message)

AbortFormatting

public AbortFormatting(java.lang.Throwable nestedException)