ru.onego.industrial.catalog.meta
Class MetaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ru.onego.industrial.catalog.meta.MetaException
All Implemented Interfaces:
java.io.Serializable

public class MetaException
extends java.lang.Exception

Meta data exception.

Version:
1.0
Author:
Lev Levin
See Also:
Serialized Form

Constructor Summary
MetaException(java.lang.String message)
          Constructor for the object.
 
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

MetaException

public MetaException(java.lang.String message)
Constructor for the object.

Parameters:
message - Message describing cause of exception