com.connecterra.alepc.api
Class PCSpecValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.connecterra.alepc.api.PCSpecValidationException
- All Implemented Interfaces:
- java.io.Serializable
- public class PCSpecValidationException
- extends ALEException
This exception is thrown by the ALEPC API methods which take an PCSpec
argument if the spec is invalid. The detail message string will include
more information about why the spec is invalid.
- 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 |
PCSpecValidationException
public PCSpecValidationException()
PCSpecValidationException
public PCSpecValidationException(java.lang.String message)
PCSpecValidationException
public PCSpecValidationException(java.lang.String message,
java.lang.Throwable cause)
PCSpecValidationException
public PCSpecValidationException(java.lang.Throwable cause)