org.hcilab.btprinter.exceptions
Class PlatformNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hcilab.btprinter.exceptions.PlatformNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class PlatformNotSupportedException
extends java.lang.Exception

This exception is being thrown when given driver identification cannot be resolved meaning that the according classes cannot be found.

Version:
1.0.0
Author:
Dominik Schmidt
See Also:
Serialized Form

Constructor Summary
PlatformNotSupportedException(java.lang.String msg)
          Creates a new PlatformNotSupportedException.
 
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

PlatformNotSupportedException

public PlatformNotSupportedException(java.lang.String msg)
Creates a new PlatformNotSupportedException.

Parameters:
msg - Specific error message