net.ranides.assira.io
Class PathConvertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.ranides.assira.io.PathConvertException
All Implemented Interfaces:
Serializable

public class PathConvertException
extends IOException

Wyjątek rzucany przez klasę pomocniczą PathHelper

Author:
ranides
See Also:
Serialized Form

Constructor Summary
PathConvertException(String message)
          Tworzy wyjątek z podanym komunikatem
PathConvertException(String message, Throwable cause)
          Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.
PathConvertException(Throwable cause)
          Tworzy wyjątek z podaną przyczyną błędu.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathConvertException

public PathConvertException(Throwable cause)
Tworzy wyjątek z podaną przyczyną błędu.

Parameters:
cause -

PathConvertException

public PathConvertException(String message,
                            Throwable cause)
Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.

Parameters:
message -
cause -

PathConvertException

public PathConvertException(String message)
Tworzy wyjątek z podanym komunikatem

Parameters:
message -


Copyright © 2013. All Rights Reserved.