OpenAPI 1.0

com.aquafold.openapi
Class AQException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aquafold.openapi.AQException
All Implemented Interfaces:
Serializable

public final class AQException
extends RuntimeException

AQException, a subclass of RuntimeException, might be thrown during the execution of AquaScript.

See Also:
Serialized Form

Constructor Summary
AQException()
           
AQException(String message)
           
AQException(String message, Throwable cause)
           
AQException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AQException

public AQException()

AQException

public AQException(Throwable cause)

AQException

public AQException(String message)

AQException

public AQException(String message,
                   Throwable cause)

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.