org.apache.maven.dotnet
Class PlatformUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.dotnet.PlatformUnsupportedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VendorUnsupportedException

public class PlatformUnsupportedException
extends java.lang.Exception

Exception class thrown when the invoking platform does not support the given vendor (MICROSOFT/MONO) or the compiler language.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
PlatformUnsupportedException()
          Constructs an PlatformUnsupportedException with no exception message.
PlatformUnsupportedException(java.lang.String message)
          Constructs an PlatformUnsupportedException with the specified exception message.
PlatformUnsupportedException(java.lang.String message, java.lang.Throwable cause)
          Constructs an PlatformUnsupportedException with the specified exception message and cause of the exception.
PlatformUnsupportedException(java.lang.Throwable cause)
          Constructs an PlatformUnsupportedException with the cause of the exception.
 
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

PlatformUnsupportedException

public PlatformUnsupportedException()
Constructs an PlatformUnsupportedException with no exception message.


PlatformUnsupportedException

public PlatformUnsupportedException(java.lang.String message)
Constructs an PlatformUnsupportedException with the specified exception message.

Parameters:
message - the exception message

PlatformUnsupportedException

public PlatformUnsupportedException(java.lang.String message,
                                    java.lang.Throwable cause)
Constructs an PlatformUnsupportedException with the specified exception message and cause of the exception.

Parameters:
message - the exception message
cause - the cause of the exception

PlatformUnsupportedException

public PlatformUnsupportedException(java.lang.Throwable cause)
Constructs an PlatformUnsupportedException with the cause of the exception.

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.