org.cruxframework.crux.core.declarativeui.view
Class ViewException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cruxframework.crux.core.declarativeui.view.ViewException
All Implemented Interfaces:
Serializable

public class ViewException
extends RuntimeException

Author:
Thiago da Rosa de Bustamante
See Also:
Serialized Form

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

ViewException

public ViewException()

ViewException

public ViewException(String message,
                     Throwable cause)

ViewException

public ViewException(String message)

ViewException

public ViewException(Throwable cause)


Copyright © 2014. All rights reserved.