Esri Geoportal Server
1.2.9

com.esri.gpt.framework.dcat
Class DcatParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.framework.dcat.DcatParseException
All Implemented Interfaces:
Serializable

public class DcatParseException
extends Exception

DCAT parse exception.

See Also:
Serialized Form

Constructor Summary
DcatParseException()
          Creates a new instance of DcatParseException without detail message.
DcatParseException(String msg)
          Constructs an instance of DcatParseException with the specified detail message.
DcatParseException(String msg, Throwable t)
          Constructs an instance of DcatParseException with the specified detail message and 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

DcatParseException

public DcatParseException()
Creates a new instance of DcatParseException without detail message.


DcatParseException

public DcatParseException(String msg)
Constructs an instance of DcatParseException with the specified detail message.

Parameters:
msg - the detail message.

DcatParseException

public DcatParseException(String msg,
                          Throwable t)
Constructs an instance of DcatParseException with the specified detail message and cause.

Parameters:
msg - the detail message.
t - cause

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.