yarfraw.core.datamodel
Class YarfrawException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by yarfraw.core.datamodel.YarfrawException
All Implemented Interfaces:
Serializable

public class YarfrawException
extends Exception

Indicates an unexpected error occurs.

See Also:
Serialized Form

Constructor Summary
YarfrawException(String message)
           
YarfrawException(String message, Throwable t)
           
 
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

YarfrawException

public YarfrawException(String message)

YarfrawException

public YarfrawException(String message,
                        Throwable t)


Copyright © 2008. All Rights Reserved.