|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.gcube.data.tml.exceptions.UnknownPathException
@Unrecoverable @StreamContingency public class UnknownPathException
Raised when paths fail to identify nodes in a given context.
| Constructor Summary | |
|---|---|
UnknownPathException()
Creates an instance. |
|
UnknownPathException(String msg)
Creates an instance with given message. |
|
UnknownPathException(String msg,
Throwable cause)
Creates an instance with a given message and cause. |
|
UnknownPathException(Throwable cause)
Creates an instance with a given cause. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownPathException()
public UnknownPathException(String msg)
msg - the message
public UnknownPathException(String msg,
Throwable cause)
msg - the messagecause - the causepublic UnknownPathException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||