org.bukkit.plugin
Class UnknownDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.bukkit.plugin.UnknownDependencyException
All Implemented Interfaces:
Serializable

public class UnknownDependencyException
extends RuntimeException

Thrown when attempting to load an invalid Plugin file

See Also:
Serialized Form

Constructor Summary
UnknownDependencyException()
          Constructs a new UnknownDependencyException
UnknownDependencyException(String message)
          Constructs a new UnknownDependencyException with the given message
UnknownDependencyException(Throwable throwable)
          Constructs a new UnknownDependencyException based on the given Exception
UnknownDependencyException(Throwable throwable, String message)
          Constructs a new UnknownDependencyException based on the given Exception
 
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

UnknownDependencyException

public UnknownDependencyException(Throwable throwable)
Constructs a new UnknownDependencyException based on the given Exception

Parameters:
throwable - Exception that triggered this Exception

UnknownDependencyException

public UnknownDependencyException(String message)
Constructs a new UnknownDependencyException with the given message

Parameters:
message - Brief message explaining the cause of the exception

UnknownDependencyException

public UnknownDependencyException(Throwable throwable,
                                  String message)
Constructs a new UnknownDependencyException based on the given Exception

Parameters:
message - Brief message explaining the cause of the exception
throwable - Exception that triggered this Exception

UnknownDependencyException

public UnknownDependencyException()
Constructs a new UnknownDependencyException



Copyright © 2014. All rights reserved.