org.openptk.exception
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openptk.exception.PluginException
All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
PluginException(java.lang.String message)
          Create a new ServiceException, use the provided message.
PluginException(java.lang.Throwable ex)
          Create a new ServiceException, use the provided 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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PluginException

public PluginException(java.lang.String message)
Create a new ServiceException, use the provided message.

Parameters:
message - a description of the exception

PluginException

public PluginException(java.lang.Throwable ex)
Create a new ServiceException, use the provided Exception.

Parameters:
ex - an existing Exception (Throwable)


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved