org.apache.turbine.util
Class SystemError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.turbine.util.SystemError
All Implemented Interfaces:
Serializable

public class SystemError
extends Error

Used for wrapping system errors (exceptions) that may occur in the application.

Version:
$Id: SystemError.java 957284 2010-06-23 17:53:31Z tv $
Author:
Neeme Praks, Quinton McCombs
See Also:
Serialized Form

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

SystemError

public SystemError(Throwable cause)
Constructor.

Parameters:
cause - A Throwable object

SystemError

public SystemError(String message)
Constructor.

Parameters:
message - Error message

SystemError

public SystemError(String message,
                   Throwable cause)
Constructor.

Parameters:
cause - A Throwable object
message - A String.


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.