Compoze Software, Inc.

com.compoze.trigger
Class TriggerSchedulerException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.trigger.TriggerSchedulerException

All Implemented Interfaces:
java.io.Serializable

public class TriggerSchedulerException
extends java.lang.Exception
implements java.io.Serializable

This class is an exception for scheduling of trigger events

See Also:
Serialized Form

Constructor Summary
TriggerSchedulerException()
          Constructor.
TriggerSchedulerException(java.lang.Exception e)
          Constructor.
TriggerSchedulerException(java.lang.Exception e, java.lang.String sMessage)
          Constructor.
TriggerSchedulerException(java.lang.String sMessage)
          Constructor.
TriggerSchedulerException(java.lang.Throwable t)
          Constructor.
TriggerSchedulerException(java.lang.Throwable t, java.lang.String sMessage)
          Constructor.
 
Method Summary
 java.lang.Throwable getNestedException()
          Get the nested exception.
 void printStackTrace()
          Print stack trace of this exception and the underlying exception if available.
 void printStackTrace(java.io.PrintStream printStream)
          Print stack trace of this exception and the underlying exception if available.
 void printStackTrace(java.io.PrintWriter writer)
          Print stack trace of this exception and the underlying exception if available.
 java.lang.String toString()
          Create a string representation of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TriggerSchedulerException


public TriggerSchedulerException()
Constructor.

TriggerSchedulerException


public TriggerSchedulerException(java.lang.String sMessage)
Constructor.
Parameters:
sMessage - a detail message for the exception

TriggerSchedulerException


public TriggerSchedulerException(java.lang.Exception e)
Constructor.
Parameters:
e - the underlying exception

TriggerSchedulerException


public TriggerSchedulerException(java.lang.Exception e,
                                 java.lang.String sMessage)
Constructor.
Parameters:
e - the underlying exception
sMessage - a detail message for the exception

TriggerSchedulerException


public TriggerSchedulerException(java.lang.Throwable t)
Constructor.
Parameters:
t - the underlying throwable

TriggerSchedulerException


public TriggerSchedulerException(java.lang.Throwable t,
                                 java.lang.String sMessage)
Constructor.
Parameters:
t - the underlying throwable
sMessage - a detail message for the exception
Method Detail

getNestedException


public java.lang.Throwable getNestedException()
Get the nested exception.
Returns:
the nested exception, or null if there isn't one

printStackTrace


public void printStackTrace()
Print stack trace of this exception and the underlying exception if available.
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace


public void printStackTrace(java.io.PrintWriter writer)
Print stack trace of this exception and the underlying exception if available.
Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
writer - the writer to print to

printStackTrace


public void printStackTrace(java.io.PrintStream printStream)
Print stack trace of this exception and the underlying exception if available.
Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
printStream - the print stream to print to

toString


public java.lang.String toString()
Create a string representation of the exception.
Overrides:
toString in class java.lang.Throwable

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.