com.connecterra.alepc.api
Class NoSuchSpecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.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
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 |
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)