org.patterncoder
Class PatternCoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.patterncoder.PatternCoderException
All Implemented Interfaces:
java.io.Serializable

public class PatternCoderException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PatternCoderException()
          Creates a new instance of BlueDPException
PatternCoderException(java.lang.String message)
           
 
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

PatternCoderException

public PatternCoderException()
Creates a new instance of BlueDPException


PatternCoderException

public PatternCoderException(java.lang.String message)