com.connecterra.alepc.api
Class NoSuchSpecException

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

public class NoSuchSpecException
extends ALEException

This exception is thrown by the ALEPC API methods which take a PCSpec name argument if there is no such programming specification defined.

See Also:
Serialized Form

Constructor Summary
NoSuchSpecException()
           
NoSuchSpecException(java.lang.String message)
           
NoSuchSpecException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchSpecException(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

NoSuchSpecException

public NoSuchSpecException()

NoSuchSpecException

public NoSuchSpecException(java.lang.String message)

NoSuchSpecException

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

NoSuchSpecException

public NoSuchSpecException(java.lang.Throwable cause)