org.cruxframework.crux.core.client.screen
Class InterfaceConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cruxframework.crux.core.client.screen.InterfaceConfigException
All Implemented Interfaces:
Serializable

public class InterfaceConfigException
extends RuntimeException

Abstraction for interface configuration error.

Author:
Thiago
See Also:
Serialized Form

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

InterfaceConfigException

public InterfaceConfigException()

InterfaceConfigException

public InterfaceConfigException(String message)

InterfaceConfigException

public InterfaceConfigException(Throwable cause)

InterfaceConfigException

public InterfaceConfigException(String message,
                                Throwable cause)


Copyright © 2014. All rights reserved.