Package org.gvsig.metadata.exceptions
Class MetadataRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.metadata.exceptions.MetadataRuntimeException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
public class MetadataRuntimeException
extends org.gvsig.tools.exception.BaseRuntimeException
- Author:
- jjdelcerro
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMetadataRuntimeException(String message, String key, long code) protectedMetadataRuntimeException(String message, Throwable cause, String key, long code) MetadataRuntimeException(org.gvsig.tools.exception.BaseException exception) -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, valuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MetadataRuntimeException
public MetadataRuntimeException(org.gvsig.tools.exception.BaseException exception) -
MetadataRuntimeException
-
MetadataRuntimeException
-