Package org.kapott.hbci.exceptions
Class NoValueGivenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kapott.hbci.exceptions.HBCI_Exception
-
- org.kapott.hbci.exceptions.NoValueGivenException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NoValueGivenException extends HBCI_Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoValueGivenException(java.lang.String path)
NoValueGivenException(NoValueGivenException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
-
Methods inherited from class org.kapott.hbci.exceptions.HBCI_Exception
applyLogFilter, isFatal, setFatal
-
-
-
-
Constructor Detail
-
NoValueGivenException
public NoValueGivenException(java.lang.String path)
-
NoValueGivenException
public NoValueGivenException(NoValueGivenException e)
-
-