com.colorful.atom
Class AtomSpecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.colorful.atom.AtomSpecException
All Implemented Interfaces:
java.io.Serializable

public class AtomSpecException
extends java.lang.Exception

This is an exception for data that doesn't match the spec.

Author:
Bill Brown
See Also:
Serialized Form

Constructor Summary
AtomSpecException()
           
AtomSpecException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomSpecException

public AtomSpecException()

AtomSpecException

public AtomSpecException(java.lang.String message)