SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Class GalleyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.axsl.galley.GalleyException
All Implemented Interfaces:
java.io.Serializable

public class GalleyException
extends java.lang.Exception

Exception thrown when an axslAreaOut implementation has a problem.

See Also:
Serialized Form

Constructor Summary
GalleyException(java.lang.String message)
          Create a new AreaOutException.
GalleyException(java.lang.String message, java.lang.Throwable cause)
          Create a new AreaOutException.
GalleyException(java.lang.Throwable cause)
          Create a new AreaOutException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GalleyException

public GalleyException(java.lang.String message)
Create a new AreaOutException. Identical to Exception.Exception(java.lang.String)

Parameters:
message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
See Also:
Exception.Exception(java.lang.String)

GalleyException

public GalleyException(java.lang.Throwable cause)
Create a new AreaOutException. Identical to Exception.Exception(java.lang.Throwable)

Parameters:
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
Exception.Exception(java.lang.Throwable)

GalleyException

public GalleyException(java.lang.String message,
                       java.lang.Throwable cause)
Create a new AreaOutException. Identical to Exception.Exception(java.lang.String, java.lang.Throwable)

Parameters:
message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.