AMETAS.pns
Class NoPNSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.pns.NoPNSException
All Implemented Interfaces:
java.io.Serializable

public class NoPNSException
extends java.lang.Exception

Wird generiert, wenn der PlaceNameService nicht verwendet werden kann. Das bedeutet, dass es dem PlaceNameService-Objekt weder möglich war, eine lokale Datei zu konsultieren (z.B. places), noch einen entfernten PNS anzusprechen.

See Also:
Serialized Form

Constructor Summary
NoPNSException()
           
 
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

NoPNSException

public NoPNSException()