com.ephox.editlive.java2.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ephox.editlive.java2.registry.RegistryException
All Implemented Interfaces:
Serializable

public abstract class RegistryException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
RegistryException(String message)
           
RegistryException(String message, 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

RegistryException

public RegistryException(String message)

RegistryException

public RegistryException(String message,
                         Throwable cause)

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.