org.skyscreamer.yoga.exceptions
Class YogaRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.skyscreamer.yoga.exceptions.YogaRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityCountExceededException, ParseSelectorException

public class YogaRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
YogaRuntimeException()
           
YogaRuntimeException(String arg0)
           
YogaRuntimeException(String arg0, Throwable arg1)
           
YogaRuntimeException(Throwable arg0)
           
 
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

YogaRuntimeException

public YogaRuntimeException()

YogaRuntimeException

public YogaRuntimeException(String arg0,
                            Throwable arg1)

YogaRuntimeException

public YogaRuntimeException(String arg0)

YogaRuntimeException

public YogaRuntimeException(Throwable arg0)


Copyright © 2012. All Rights Reserved.