Package org.openstreetmap.josm.tools
Class SAXReturnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- org.openstreetmap.josm.tools.SAXReturnException
-
- All Implemented Interfaces:
java.io.Serializable
class SAXReturnException extends org.xml.sax.SAXException
Quit parsing, when a certain condition is met
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
result
-
Constructor Summary
Constructors Constructor Description SAXReturnException(java.lang.String result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResult()
-
-
-
Field Detail
-
result
private final java.lang.String result
-
-
Constructor Detail
-
SAXReturnException
SAXReturnException(java.lang.String result)
-
-
Method Detail
-
getResult
public final java.lang.String getResult()
-
-