|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.deegree.gml.ReferenceResolvingException
public class ReferenceResolvingException
Indicates that a reference to a GML object cannot be resolved.
GMLReference
,
GMLReferenceResolver
,
Serialized FormConstructor Summary | |
---|---|
ReferenceResolvingException(String msg)
Creates a new ReferenceResolvingException with the given detail message. |
|
ReferenceResolvingException(String msg,
Throwable cause)
Creates a new ReferenceResolvingException with the given detail message and cause. |
|
ReferenceResolvingException(Throwable cause)
Creates a new ReferenceResolvingException with the 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 ReferenceResolvingException(String msg)
ReferenceResolvingException
with the given detail message.
msg
- detail messagepublic ReferenceResolvingException(Throwable cause)
ReferenceResolvingException
with the given cause.
cause
- causing exceptionpublic ReferenceResolvingException(String msg, Throwable cause)
ReferenceResolvingException
with the given detail message and cause.
msg
- detail messagecause
- causing exception
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |