com.connecterra.ale.api
Class ECSpecValidationException

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

public class ECSpecValidationException
extends ALEException

This exception is thrown by the ALE API methods which take an ECSpec argument if the ECSpec is invalid. The detail message string will include more information about why the ECSpec is invalid.

See Also:
Serialized Form

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

ECSpecValidationException

public ECSpecValidationException()

ECSpecValidationException

public ECSpecValidationException(java.lang.String message)

ECSpecValidationException

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

ECSpecValidationException

public ECSpecValidationException(java.lang.Throwable cause)