sk.uniba.euromath.editor.wizards
Class ProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sk.uniba.euromath.editor.wizards.ProviderException
All Implemented Interfaces:
Serializable

public class ProviderException
extends Exception

Error occured when providing a wizard instance.

Author:
Martin Vysny
See Also:
Serialized Form

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

ProviderException

public ProviderException()
Constructor.


ProviderException

public ProviderException(String message,
                         Throwable cause)
Parameters:
message -
cause -

ProviderException

public ProviderException(String message)
Parameters:
message -

ProviderException

public ProviderException(Throwable cause)
Parameters:
cause -


Copyright © 2003-2006 null. All Rights Reserved.