com.myJava.system
Class NoBrowserFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.myJava.system.NoBrowserFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class NoBrowserFoundException
- extends java.lang.Exception
Exception throw if no external browser could be found.
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
- See Also:
- Serialized Form
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 |
NoBrowserFoundException
public NoBrowserFoundException()
NoBrowserFoundException
public NoBrowserFoundException(java.lang.String message)
- Parameters:
message
-
NoBrowserFoundException
public NoBrowserFoundException(java.lang.Throwable cause)
- Parameters:
cause
-
NoBrowserFoundException
public NoBrowserFoundException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-