Package de.consist.bmu.rule.error
Class BMUParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.consist.bmu.rule.error.BMUParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class BMUParseException extends java.lang.Exception
Exception, die beim parsen eines XML-Dokuments geworfen werden kann.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BMUParseException(RuleSetResult meldung)
BMUParseException(java.lang.String msg, RuleSetResult meldung)
BMUParseException(java.lang.String message, java.lang.Throwable cause, RuleSetResult meldung)
BMUParseException(java.lang.Throwable cause, RuleSetResult meldung)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleSetResult
getRuleSetResult()
org.w3c.dom.Document
toQuittung()
-
-
-
Constructor Detail
-
BMUParseException
public BMUParseException(RuleSetResult meldung)
- Parameters:
meldung
- RuleSetResult
-
BMUParseException
public BMUParseException(java.lang.String message, java.lang.Throwable cause, RuleSetResult meldung)
- Parameters:
message
- Stringcause
- Throwablemeldung
- RuleSetResult
-
BMUParseException
public BMUParseException(java.lang.Throwable cause, RuleSetResult meldung)
- Parameters:
cause
- Throwablemeldung
- RuleSetResult
-
BMUParseException
public BMUParseException(java.lang.String msg, RuleSetResult meldung)
- Parameters:
msg
- Stringmeldung
- RuleSetResult
-
-
Method Detail
-
getRuleSetResult
public final RuleSetResult getRuleSetResult()
- Returns:
- RuleSetResult
-
toQuittung
public final org.w3c.dom.Document toQuittung() throws BMUException
- Returns:
- Document
- Throws:
BMUException
- BMUException
-
-