Package org.somda.sdc.glue.common.uri
Class UriMapperParsingException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class UriMapperParsingException extends Exception
Shall be thrown in case the URI to parse is not valid for the given mapper or is no valid URI in general.
-
-
Field Summary
Fields Modifier and Type Field Description public Throwablecausepublic Array<StackTraceElement>stackTrace
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-