ca.bc.gov.webade
Class WebADEExtensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.bc.gov.webade.WebADEExtensionException
All Implemented Interfaces:
java.io.Serializable

public class WebADEExtensionException
extends java.lang.Exception

Thrown by the Application object when an error occurs related to WebADE Extension operations.

Version:
1.0
Author:
Jason Ross
See Also:
Serialized Form

Constructor Summary
WebADEExtensionException(java.lang.String errorString)
          Allows the constructor for the exception object to be passed an error message.
 
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

WebADEExtensionException

public WebADEExtensionException(java.lang.String errorString)
Allows the constructor for the exception object to be passed an error message.

Parameters:
errorString - String describing the error that occurred.