org.jomc.sequences
Class SequencesException

Package class diagram package SequencesException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jomc.sequences.SequencesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CapacityLimitException, ConcurrentModificationException, SequenceExistsException, SequenceLimitException, SequenceNotFoundException, SequenceVetoException

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

Recoverable exception base class.

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

Constructor Summary
Constructor and Description
SequencesException()
          Creates a new SequencesException instance.
SequencesException(String msg)
          Creates a new SequencesException instance taking a message.
SequencesException(String message, Throwable t)
          Creates a new SequencesException instance taking a message and a causing throwable.
SequencesException(Throwable t)
          Creates a new SequencesException instance taking a causing throwable.
 
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

SequencesException

public SequencesException(String msg)
Creates a new SequencesException instance taking a message.

Parameters:
msg - The message of the new exception.

SequencesException

public SequencesException(Throwable t)
Creates a new SequencesException instance taking a causing throwable.

Parameters:
t - The cause of the new exception.

SequencesException

public SequencesException(String message,
                          Throwable t)
Creates a new SequencesException instance taking a message and a causing throwable.

Parameters:
message - The message of the new exception.
t - The cause of the new exception.

SequencesException

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



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