Class ParseAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.pmd.util.fxdesigner.model.ParseAbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseAbortedException extends java.lang.Exception
Exception during the parsing and visitors of the compilation units. Could be specialized into one exception per visitor (eg type res).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseAbortedException(java.lang.Throwable t)
-