com.stvconsultants.easygloss
Class GlossApplicationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.stvconsultants.easygloss.GlossApplicationError
All Implemented Interfaces:
java.io.Serializable

public class GlossApplicationError
extends java.lang.Error

A GlossApplicationError indicates that something went wrong during application of the gloss.

Author:
Stephen Connolly
See Also:
Serialized Form

Constructor Summary
GlossApplicationError()
          Creates a new instance of GlossApplicationError without detail message.
GlossApplicationError(java.lang.String msg)
          Constructs an instance of GlossApplicationError with the specified detail message.
GlossApplicationError(java.lang.Throwable e)
          Constructs an instance of GlossApplicationError with the specified 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

GlossApplicationError

public GlossApplicationError()
Creates a new instance of GlossApplicationError without detail message.


GlossApplicationError

public GlossApplicationError(java.lang.String msg)
Constructs an instance of GlossApplicationError with the specified detail message.

Parameters:
msg - the detail message.

GlossApplicationError

public GlossApplicationError(java.lang.Throwable e)
Constructs an instance of GlossApplicationError with the specified cause.

Parameters:
e - the cause of the error.


Copyright © 2006 null. All Rights Reserved.