org.jomc.sequences
Class SequencesSystemException

Package class diagram package SequencesSystemException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jomc.sequences.SequencesSystemException
All Implemented Interfaces:
Serializable

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class SequencesSystemException
extends RuntimeException

Gets thrown whenever an unexpected error condition is detected.

Version:
$Id: SequencesSystemException.java 2244 2010-06-29 07:58:09Z schulte2005 $
Author:
Christian Schulte 1.0
See Also:
Serialized Form

Constructor Summary
Constructor and Description
SequencesSystemException()
          Creates a new SequencesSystemException instance.
SequencesSystemException(Exception e)
          Creates a new SequencesSystemException taking a causing exception.
SequencesSystemException(String msg)
          Creates a new SequencesSystemException taking a message describing the exception.
SequencesSystemException(String msg, Exception e)
          Creates a new SequencesSystemException taking a message describing the exception a causing exception.
 
Method Summary
Modifier and Type Method and Description
 
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

SequencesSystemException

public SequencesSystemException(String msg)
Creates a new SequencesSystemException taking a message describing the exception.

Parameters:
msg - The message describing the exception.

SequencesSystemException

public SequencesSystemException(Exception e)
Creates a new SequencesSystemException taking a causing exception.

Parameters:
e - The cause of the exception.

SequencesSystemException

public SequencesSystemException(String msg,
                                Exception e)
Creates a new SequencesSystemException taking a message describing the exception a causing exception.

Parameters:
msg - The message describing the exception.
e - The cause of the exception.

SequencesSystemException

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public SequencesSystemException()
Creates a new SequencesSystemException instance.



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.