com.iproject.wbmpcreator
Class BadSequenceLineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iproject.wbmpcreator.BadSequenceLineException

public class BadSequenceLineException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BadSequenceLineException()
          Constructs a BadSequenceLineException with null as its error detail message.
BadSequenceLineException(java.lang.String errorMessage)
          Constructs a BadSequenceLineException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadSequenceLineException

public BadSequenceLineException()
Constructs a BadSequenceLineException with null as its error detail message.

BadSequenceLineException

public BadSequenceLineException(java.lang.String errorMessage)
Constructs a BadSequenceLineException with the specified detail message. The error message string errorMessage can later be retrieved by the java.lang.Throwable getMessage method of class java.lang.Throwable.
Parameters:
errorMessage - the detail message.