org.deegree_impl.services.wts
Class InvalidArcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.services.wts.InvalidArcException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArcException
extends java.lang.Exception

Author:
Andreas Poth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidArcException()
          Creates a new instance of InvalidArcException without detail message.
InvalidArcException(java.lang.String msg)
          Constructs an instance of InvalidArcException with the specified detail message.
 
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

InvalidArcException

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


InvalidArcException

public InvalidArcException(java.lang.String msg)
Constructs an instance of InvalidArcException with the specified detail message.

Parameters:
msg - the detail message.