com.connecterra.ale.api
Class NoSuchNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.connecterra.ale.api.ALEException
              extended bycom.connecterra.ale.api.NoSuchNameException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchNameException
extends ALEException

This exception is thrown by the ALE API methods which refer to an ECSpec by name if the name does not refer to any ECSpec.

See Also:
Serialized Form

Constructor Summary
NoSuchNameException()
           
NoSuchNameException(java.lang.String message)
           
NoSuchNameException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchNameException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchNameException

public NoSuchNameException()

NoSuchNameException

public NoSuchNameException(java.lang.String message)

NoSuchNameException

public NoSuchNameException(java.lang.String message,
                           java.lang.Throwable cause)

NoSuchNameException

public NoSuchNameException(java.lang.Throwable cause)