com.intel.gpe.util.files
Class MalformedPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.util.files.MalformedPathException
All Implemented Interfaces:
java.io.Serializable

public class MalformedPathException
extends java.lang.Exception

Version:
$Id: MalformedPathException.java,v 1.1 2006/12/20 14:13:02 dnpetrov Exp $
Author:
Dmitry Petrov
See Also:
Serialized Form

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

MalformedPathException

public MalformedPathException()

MalformedPathException

public MalformedPathException(java.lang.String message,
                              java.lang.Throwable cause)

MalformedPathException

public MalformedPathException(java.lang.String message)

MalformedPathException

public MalformedPathException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.